-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat: add .nvmrc and .npmrc files #6238
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: M-DEV-1 <mahadevankizhakkedathu@gmail.com>
I used After switching to this version, I ran all necessary setup commands ( |
Also, while running I'm encountering this,
Should I comment them out since they are not being used, or should I leave them as it is? |
🚀 Preview for commit e0e38e6 at: https://67afc7b0f82bc6a6cbac86a0--layer5.netlify.app |
Signed-off-by: mahadevan <135952571+M-DEV-1@users.noreply.github.com>
🚀 Preview for commit 98ed19a at: https://67afd8c9a1674fe7c0366655--layer5.netlify.app |
Signed-off-by: mahadevan <135952571+M-DEV-1@users.noreply.github.com>
Signed-off-by: mahadevan <135952571+M-DEV-1@users.noreply.github.com>
🚀 Preview for commit 7cf5f78 at: https://67afe1bb370323fb0c883959--layer5.netlify.app |
🚀 Preview for commit c9de928 at: https://67b20429d93208912badb462--layer5.netlify.app |
Description
This PR fixes #6229
Notes for Reviewers
Node.js versions are generally backward compatible but without standardization, inconsistencies in versions can lead to dependency and build issues.
This PR adds a
.nvmrc
and.npmrc
files to standardize the Node.js (and npm) versions.Signed commits