tagged [npm]

How do I install a module globally using npm?

How do I install a module globally using npm? I recently installed Node.js and npm module on OSX and have a problem with the settings I think:

26 Jul at 19:29

npm not working - "read ECONNRESET"

npm not working - "read ECONNRESET" I'm having a problem with npm, I cant install anything. Here is the error messages: ``` C:\Windows\system32>npm install -g yo npm http GET https://registry.npmjs.or...

24 Aug at 13:34

How to fix curl: (60) SSL certificate: Invalid certificate chain

How to fix curl: (60) SSL certificate: Invalid certificate chain I get the following error running `curl https://npmjs.org/install.sh | sh` on Mac OSX 10.9 (Mavericks): How do I fix this?

31 Oct at 17:13

Change default global installation directory for node.js modules in Windows?

Change default global installation directory for node.js modules in Windows? In my windows installation `PATH` includes `C:\Program Files\nodejs`, where executable `node.exe` is. I'm able to launch `n...

9 Nov at 09:49

Is there a way to make npm install (the command) to work behind proxy?

Is there a way to make npm install (the command) to work behind proxy? Read about a proxy variable in a `.npmrc` file but it does not work. Trying to avoid manually downloading all require packages an...

9 Jan at 09:53

NodeJS - Error installing with NPM

NodeJS - Error installing with NPM ``` Microsoft Windows [Version 6.3.9600] (c) 2013 Microsoft Corporation. All rights reserved. C:\Windows\system32>npm install caress-server npm http GET https://regi...

26 Jan at 16:5

npm install error from the terminal

npm install error from the terminal I am trying to install node in my mac.. i am getting the following error... i downloaded the node from node site and ran that package... can you guys tell me why i ...

npm ERR! network getaddrinfo ENOTFOUND

npm ERR! network getaddrinfo ENOTFOUND I am getting `npm ERR! network getaddrinfo ENOTFOUND` error while trying to install any package using NPM. I know there are numerous threads on the same issue bu...

21 Apr at 08:21

How to stop app that node.js express 'npm start'

How to stop app that node.js express 'npm start' You build node.js app with express v4.x then start your app by . My question is how to stop the app? Is there ? to include the error when implement ```...

25 Apr at 15:35

Installing Bower on Ubuntu

Installing Bower on Ubuntu I'm trying to install Bower on XUbuntu 13.10, following the instructions on the Bower home page, after doing `sudo apt-get install npm` and `sudo npm install -g bower` I get...

6 May at 06:40