Top "Npm" questions

npm is the package manager shipped with Node.

ExpressJS - throw er Unhandled error event

I created expressjs application using the following commands: express -e folderName npm install ejs --save npm install When I run …

node.js express npm
How to npm install to a specified directory?

Is it possible to specify a target directory when running npm install <package>?

node.js npm
Node Version Manager (NVM) on Windows

I am trying to downgrade my version of node I ran: npm install nvm and I exported the bin folder …

node.js npm nvm
How to update TypeScript to latest version with npm?

Currently I have TypeScript 1.0.3.0 version installed on my machine. I want to update it to latest one i.e. 2.0. How …

typescript npm npm-install
Cannot install packages using node package manager in Ubuntu

NodeJS interpreter name(node) on Ubuntu has been renamed to nodejs because of a name conflict with another package. Here's …

node.js ubuntu npm
How to make the webpack dev server run on port 80 and on 0.0.0.0 to make it publicly accessible?

I am new to the whole nodejs/reactjs world so apologies if my question sounds silly. So I am playing …

node.js reactjs npm webpack webpack-dev-server
What is the difference between npm install and npm run build?

What is the difference between npm install and npm run build? I have noticed in my project that sometimes npm …

node.js npm npm-install
'node' is not recognized as an internal or an external command, operable program or batch file while using phonegap/cordova

I am using phonegap/cordova. Everthing is installed propelry i.e cordova, phonegap, ant,sdk,jdk. But now it says "…

node.js cordova npm
NPM clean modules

Is there a way to get npm to unbuild all the modules under node_modules? Something like npm rebuild that …

node.js npm
Install Node.js on Ubuntu

I'm trying install Node.js on Ubuntu 12.10, but the terminal shows me an error about lost packages. I tried with …

node.js ubuntu npm