npm / rfcs

Public change requests/proposals & ideation
Other
730 stars 240 forks source link

[RRFC] <title> #798

Closed Johnson1s closed 2 months ago

Johnson1s commented 2 months ago

Motivation ("The Why")

Example

How

Current Behaviour

installs nvm (Node Version Manager)

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash

download and install Node.js (you may need to restart the terminal)

nvm install 20

verifies the right Node.js version is in the environment

node -v # should print v20.17.0

verifies the right npm version is in the environment

npm -v # should print 10.8.2

Desired Behaviour

References