-
Couldn't load subscription status.
- Fork 1.5k
feat(node-version-file): Add node-version-file support for use-node-version in .npmrc files #1253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Hi @aparnajyothi-y , when you get a chance, please take a look! I forked this from #1149. |
2b82224 to
edb404f
Compare
|
Hi @aparnajyothi-y or @priya-kinthali, apologies for the follow ups, could I trouble you to peek at this PR? |
|
not sure if this is best suited for a separate PR, but pnpm also supports this setting via |
|
Hi @aparnajyothi-y or @priya-kinthali, apologies for the follow ups, could I trouble you to peek at this PR or suggest a reviewer? |
|
Hey @HarithaVattikuti, any chance I can nag you to take a look at this PR? |
|
@aparnajyothi-y can I nag you to give this PR a look? |
7f7a881 to
cd344b7
Compare
|
There is also: executionEnv.nodeVersion field of package.json and #1255 It is just a mess … |
Description:
Add
node-version-filesupport for determining the Node version from theuse-node-versionkey of a.npmrcfile. See the PNPM docs.Here's an example
.npmrcfile:Related issue:
Resolves #1130
Check list: