feat: add .nvmrc and .npmrc files#6238
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
.nvmrcand.npmrcfiles to standardize the Node.js (and npm) versions.Signed commits