← Back to team overview

ubuntu-phone team mailing list archive

Re: Cordova Ubuntu 4.3.2 release

 

On Mon, Jan 11, 2016 at 12:35 PM, Ferdinand Holzner <
ferdinandholzner@xxxxxxxxx> wrote:

> Hi,
>
> thanks. Now this part works fine. I still have some trouble with
> installing plugins. I've tried both variants to install them. The one with
> org. and so on and the other one.
>
> http://pastebin.com/Y06jc3R0
>


Hmm, that must be due to the cli install. I see it goes back to
/usr/local/share which feels like a local npm install.

Can you send me the result of : "cordova -v" and "which cordova".

In general if you use the npm install, I would advise not installing system
wide (with -g) but staying on a user local install. npm then installs in
~/node_modules and you can quickly make changes and more easily control the
dependencies for each node program. With a fast moving target, /not/
sharing libraries is the key.

David

Follow ups

References