Where should I place an .npmrc file? #568
Answered
by
coreybutler
8thHalfHour
asked this question in
General
-
Where should I place a |
Beta Was this translation helpful? Give feedback.
Answered by
coreybutler
Sep 26, 2020
Replies: 1 comment
-
You can use any configuration supported by npm. NVM4W doesn't touch npm (other than installing npm), so it won't touch any npm config files. If you set a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
coreybutler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use any configuration supported by npm. NVM4W doesn't touch npm (other than installing npm), so it won't touch any npm config files. If you set a
.npmrc
file in the user's home directory, it would apply to any version of node/npm the user switches to.