top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is use for npm in node js?

+1 vote
344 views
What is use for npm in node js?
posted Aug 14, 2014 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

npm is the package manager for the Node JavaScript platform. It puts modules in place so that node can find them, and manages dependency conflicts intelligently. ... Most commonly, it is used to publish, discover, install, and develop node programs.

answer Apr 30, 2018 by Chahat Sharma
Similar Questions
0 votes

I need to remove the proxy configuration for the node. Anyone help me to list the npm configurations and remove the proxy details.

0 votes

NPM install not working. Getting NPM timeout error. I'm working behind the proxy.

I hope error because of proxy. Any idea how to resolve this issue?

...