Top "Npm" questions

npm is the package manager shipped with Node.

Maximum call stack size exceeded on npm install

I'm trying to run npm install, this is output from console: npm ERR! Linux 4.8.0-27-generic npm ERR! argv "/usr/…

javascript node.js npm
npm install -g less does not work: EACCES: permission denied

I'm trying to set up less on phpstorm so I can compile .less files to .css on save. I have …

node.js npm terminal
NPM doesn't install module dependencies

This is my package.json for the module that I'm including in the parent project: { "version": "0.0.1", "name": "module-name", "dependencies": { "express": "3.3.4", "…

npm
The term 'ng' is not recognized as the name of a cmdlet

Today, while working through some basic AngularJS Intro, I ran into a problem. I opened PowerShell to get going on …

node.js angular powershell npm angular-cli
npm install private github repositories by dependency in package.json

I'm trying to install github private repository by npm that includes other private github repositories as dependency. Have tried a …

node.js github dependencies npm package.json
Can pm2 run an 'npm start' script

Is there a way for pm2 to run an npm start script or do you just have to run pm2 …

node.js shell npm pm2
How to update npm

I'm trying to install mean.io boilerplate. It fails when running sudo npm install -g meanio@latest. Prior to failing …

ubuntu npm
ng: command not found while creating new project using angular-cli

Installed angular-cli globally using (npm install -g angular-cli) but when I'm trying to create project using ng new my-project it …

angular npm angular-cli
How to clear cache in Yarn?

I am doing some benchmark tests for Facebook's Yarn. For this, I need to clear my global Yarn cache. Is …

javascript npm dependency-management yarnpkg
npm global path prefix

I am being more cautious than usual because I have been confused by the behavior of npm in the past. …

macos node.js npm zsh