Top "Npm" questions

npm is the package manager shipped with Node.

How to completely remove node.js from Windows

I uninstalled my previous version of node.js (0.8.11) and downloaded the latest, 0.10.24 from the node.js website and installed it. …

node.js windows npm windows-7-x64
npm can't find package.json

I'm trying to install the dependencies of some example: npm's express 2.5.8 that I've downloaded, but all of the apps throw …

node.js express npm
How to set environment variables from within package.json

How to set some environment variables from within package.json to be used with npm start like commands? Here's what …

node.js npm package.json npm-scripts
npm not working after clearing cache

Before clearing cache npm cache clear npm is working fine. After clearing cache, it is not working. The error log …

node.js npm
Checking version of angular-cli that's installed?

Is there a way to check the specific version of angular-cli that's installed globally on my machine? I'm in a …

node.js angular npm angular-cli
Command to remove all npm modules globally?

Is there a command to remove all global npm modules? If not, what do you suggest?

node.js npm
npm check and update package if needed

We need to integrate Karma test runner into TeamCity and for that I'd like to give sys-engineers small script (powershell …

node.js teamcity npm karma-runner
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 …

node.js npm
How to resolve Nodejs: Error: ENOENT: no such file or directory

I have a Nodejs web app currently running on a server successfully. Now I'm trying to setup a local copy …

node.js npm enoent
Fixing npm path in Windows 8 and 10

Have done a lot of googling, tried reinstalling node.js using the official installer, but my npm pathing still doesn't …

node.js npm