Top "Npm" questions

npm is the package manager shipped with Node.

How can I change the version of npm using nvm?

I've been using NVM to install the latest versions of nodeJS for my node work. It works totally fine for …

node.js npm
How to use executables from a package installed locally in node_modules?

How do I use a local version of a module in node.js. For example, in my app, I installed …

node.js coffeescript npm node-modules
After installation of Gulp: “no command 'gulp' found”

After installing gulp.js via npm, I receive a no command 'gulp' found error when running the gulp command from …

javascript node.js npm gulp
What is the difference between --save and --save-dev?

What is the difference between: npm install [package_name] and: npm install [package_name] --save and: npm install [package_name] …

node.js npm save package
Can't get Gulp to run: cannot find module 'gulp-util'

On Windows 7, I've installed gulp as explained here: http://markgoodyear.com/2014/01/getting-started-with-gulp/: npm install gulp -g In my app folder: …

node.js npm gulp
How do I install package.json dependencies in the current directory using npm

I have a web app: fooapp. I have a package.json in the root. I want to install all the …

deployment node.js dependencies npm
npm - EPERM: operation not permitted on Windows

I ran npm config set prefix /usr/local After running that command, When trying to run any npm commands on …

javascript node.js npm bower npm-install
Installing a local module using npm?

I have a downloaded module repo, I want to install it locally, not globally in another directory? What is an …

javascript node.js npm packages npm-install
how to specify local modules as npm package dependencies

I have an application which has the usual set of dependencies on third party modules (e.g. 'express') specified in …

node.js npm
How do I fix the npm UNMET PEER DEPENDENCY warning?

I'm on Windows 10, with Node 5.6.0 and npm 3.6.0. I'm trying to install angular-material and mdi into my working folder. npm install …

angularjs node.js npm npm-install angularjs-material