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
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
I get weird errors after installing node, even "npm faq" fails.
the "node bin location" seems wrong, there are two backslashes :
PS E:\> npm config list
registry = "https://registry.npmjs.org/"
prefix = "C:\\Users\\webdev\\AppData\\Roaming\\npm"
; node bin location = C:\Program Files\nodejs\\node.exe
; cwd = E:\
; HOME = C:\Users\webdev
; 'npm config ls -l' to show all defaults.
Can I change it ? I thought it was "prefix", but no :(
PS E:\> npm config get prefix
C:\Users\webdev\AppData\Roaming\npm
The text was updated successfully, but these errors were encountered:
I get weird errors after installing node, even "npm faq" fails.
the "node bin location" seems wrong, there are two backslashes :
Can I change it ? I thought it was "prefix", but no :(
The text was updated successfully, but these errors were encountered: