Top "Npm" questions

npm is the package manager shipped with Node.

NPM vs. Bower vs. Browserify vs. Gulp vs. Grunt vs. Webpack

I'm trying to summarize my knowledge about the most popular JavaScript package managers, bundlers, and task runners. Please correct me …

gruntjs npm gulp bower webpack
npm install won't install devDependencies

On windows for some reason when I run npm install it won't install devDependencies. AFAIK it should. If I run …

node.js npm
Is there a way to automatically build the package.json file for Node.js projects

Is package.json supposed to be manually edited? Couldn't a program like npm just look through the files, see the "…

json node.js npm
npm ERR cb() never called

I have a Node.js app hosted on Heroku. Every time I do a git push heroku I get the …

node.js heroku npm
Is there a way to get version from package.json in nodejs code?

Is there a way to get the version set in package.json in a nodejs app? I would want something …

node.js npm version versioning
Why does npm install say I have unmet dependencies?

I have a node package. When I run npm install from the package root, it installs a bunch of things, …

node.js dependencies npm
receiving error: 'Error: SSL Error: SELF_SIGNED_CERT_IN_CHAIN' while using npm

I am using npm v1.0.104/node 0.6.12 on ubuntu - I am receiving the error copied below while attempting to install …

node.js ssl-certificate npm
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 node …

node.js npm
npm install errors with Error: ENOENT, chmod

I am trying to globally install an npm module I just published. Every time I try to install, either from …

node.js permissions installation npm sudo
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://…

node.js npm