Skip to content

Latest commit

History

History
26 lines (19 loc) 路 494 Bytes

2022-11-24.md

File metadata and controls

26 lines (19 loc) 路 494 Bytes
publish_date tags
2022-11-24
webdev
TIL
nvm

set default nvm version: nvm alias default 6.11.5聽if you want it pegged to that specific version.

You can also do聽nvm alias default 16聽or聽nvm alias default node.

Either way, you'll want to upgrade to the latest version of聽nvm聽(v0.39.2 as of this writing)

# nvm set default node.js version 16.14.2
$ nvm alias default 16.14.2
$ nvm use

$ node -v
# v16.14.2