node.js - npm command not working after installing nodejs in windows10? -
i have installed nodejs nodejs website. when typed
node -v
it gives me version as
6.11.2
but when type
npm -v doesnt gives me results. have done reinstalling nodejs several times.
my installation path
c:\program files\nodejs
any help?
https://github.com/nodejs/node/issues/2786
solved issue. have renamed .npmrc file , runs perfect.
Comments
Post a Comment