I installed node.js along with npm when in the winodws command prompt I enter
npm -v
it returns 2.15.1 but when I try to install a package like:
npm install xml-parser
I see something loading and nothing after that.
What's going wrong?
I installed node.js along with npm when in the winodws command prompt I enter
npm -v
it returns 2.15.1 but when I try to install a package like:
npm install xml-parser
I see something loading and nothing after that.
What's going wrong?