The npm tag has no wiki summary.
0
votes
1answer
146 views
Npm errors when installing packages on windows share
I have Ubuntu 12.10 running as a VMware guest on my Windows 8 host.
I have shared a folder on my Windows 8 Host and it is mounted in the Ubuntu guest on startup using this entry in fstab:
...
1
vote
3answers
346 views
npm breaks after updating nodejs to 0.10
I am on 12.04LTS. I updated my system today and in that process nodejs got updated. Now my npm has stopped working. For e.g:
$ npm install express
npm http GET ...
0
votes
1answer
146 views
Updating Less Css
I had Less Css working on my 12.1 Ubuntu install fine. I was using it by running lessc from command line.
When I run lessc -v I get:
lessc 1.3.0 (LESS Compiler) [JavaScript]
I need to upgrade to ...
1
vote
2answers
520 views
“No such file or directory” error while using npm
I installed node and npm using the instructions provided here
I was able to use node successfully. However, as I attempt to install the "Formidable" node module, I get the following error:
$npm ...
6
votes
4answers
7k views
How do you install less css command line compiler?
From my understanding and correct me if I'm wrong, I have to get ruby or NPM installed to get the less css compiler working.
I don't have any ruby installed and I'm not really sure how to get my ...