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

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -