Replies: 0 comments 1 reply
-
This is one for @nodejs/npm -- it's referring to https://github.com/npm/cli/blob/latest/configure (note this is a different file from Node.js'
but missing from the npm 7/8 drops, i.e. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The documentation for npmrc states that there is a "built-in config file" at
path/to/npm/itself/npmrc
and that the variables in this file can be set at build time, via./configure
, according to https://docs.npmjs.com/cli/v7/configuring-npm/npmrc#built-in-config-fileHowever, there are no examples of how to actually do this. And the output from
./configure --help
does not show any obvious candidates for setting npmrc variables.Is the documentation wrong? Or are the ./configure flags hidden?
Beta Was this translation helpful? Give feedback.
All reactions