Using .npmrc for settings triggers npm warnings, will break in npm 12 #513
-
|
Steps to reproduce: > aube config set minimum-release-age 2880
set minimum-release-age=1440 (C:\Users\iki\.npmrc)
> npm config list
npm warn Unknown user config "minimum-release-age". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
...Some solution options:
IMO 1 seems best, mise approach ftw :) |
Beta Was this translation helpful? Give feedback.
Answered by
iki
May 6, 2026
Replies: 1 comment
-
|
Awesome work @jdx 🔥 Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
iki
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Awesome work @jdx 🔥 Thanks!
Fixed in #517, released in v1.9.0