Skip to content

Commit

Permalink
Add clarification on how npm version is affected by Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
yucheng11122017 committed Apr 5, 2023
1 parent 21fbcfc commit 7eff420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/devGuide/development/migratingNodeJs.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Broadly speaking, migrate only to even-numbered Node.js releases as only even-nu

Read more about Node.js release lines [here](https://nodesource.com/blog/understanding-how-node-js-release-lines-work/).

The npm version will be upgraded accordingly to the Node.js version. Hence, do check that this upgrade does not cause any issues.
The npm version will be upgraded automatically accordingly to the Node.js version since it is downloaded alongside Node.js. Hence, do check that this upgrade does not cause any issues.
<box type="info" seamless>
If a different version of npm is needed this can be overridden. This will be explained further below.
</box>
Expand Down

0 comments on commit 7eff420

Please sign in to comment.