You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dennis-bicker opened this issue
Apr 5, 2017
· 2 comments
Labels
installIssues and PRs related to the installers.npmIssues and PRs related to the npm client dependency or the npm registry.windowsIssues and PRs related to the Windows platform.
I have tried uninstalling and installing nodejs LTS v6.10.2 on Windows multiple ways but I keep getting ((npm version 1.4.3)), even though it says it should be 3.10.10.
I have used the Windows installer (.msi), trying both 32 bit and 64 bit (my machine is 64 bit).
I have also tried installing using the Windows binary (.zip).
I have not tried the build (because of its additional requirements).
"NPM -VERSION" reports 1.4.3.
"Where NPM" reports the correctly installed location as "C:\Program Files (x86)\nodejs\npm.cmd" after the 32 bit install and "C:\Program Files\nodejs\npm.cmd" after the 64 bit install.
The text was updated successfully, but these errors were encountered:
mscdex
added
install
Issues and PRs related to the installers.
v6.x
windows
Issues and PRs related to the Windows platform.
npm
Issues and PRs related to the npm client dependency or the npm registry.
labels
Apr 5, 2017
The .npmrc file (in c:\users{userid}) contained a PREFIX line pointing at an older version of node/npm in a Rational Application Developer (Eclipse) environment. And it was surviving my uninstall/reinstall .
Once I deleted the line, then I started getting the new version.
installIssues and PRs related to the installers.npmIssues and PRs related to the npm client dependency or the npm registry.windowsIssues and PRs related to the Windows platform.
I have tried uninstalling and installing nodejs LTS v6.10.2 on Windows multiple ways but I keep getting ((npm version 1.4.3)), even though it says it should be 3.10.10.
I have used the Windows installer (.msi), trying both 32 bit and 64 bit (my machine is 64 bit).
I have also tried installing using the Windows binary (.zip).
I have not tried the build (because of its additional requirements).
"NPM -VERSION" reports 1.4.3.
"Where NPM" reports the correctly installed location as "C:\Program Files (x86)\nodejs\npm.cmd" after the 32 bit install and "C:\Program Files\nodejs\npm.cmd" after the 64 bit install.
The text was updated successfully, but these errors were encountered: