npm - Installing Bower on Ubuntu -


i'm trying install bower on xubuntu 13.10, following instructions on bower home page, after doing sudo apt-get install npm , sudo npm install -g bower following after issuing bower on command line:

/usr/bin/env: node: no such file or directory 

i install node (even though assume not unnecessary since bower's dependency npm, correct?). anyhow, after install node sudo apt-get install node of bower commands, such bower help, don't anything, i.e. output nothing.

how install bower on ubuntu (preferably without manually downloading various versions of things)?

sudo ln -s /usr/bin/nodejs /usr/bin/node 

or install legacy nodejs:

sudo apt-get install nodejs-legacy 

as seen in this github issue.


Comments

Popular posts from this blog

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -