Node.js NVM 으로 18 버전 default 로 변경하기 (mac)

2022-10-25 시점으로 Node LTS 가 18 버전으로 변경되었습니다
Mac 에서 nvm 을 이용해서 18 버전으로 바꿔봅니다

Node LTS 는 18 로 변경

Release Status Codename Initial Release Active LTS Start Maintenance Start End-of-life
14.x Maintenance Fermium 2020-04-21 2020-10-27 2021-10-19 2023-04-30
16.x Maintenance Gallium 2021-04-20 2021-10-26 2022-10-18 2023-09-11
18.x LTS Hydrogen 2022-04-19 2022-10-25 2023-10-18 2025-04-30
19.x Current 2022-10-18 - 2023-04-01 2023-06-01
20.x Pending 2023-04-18 2023-10-24 2024-10-22 2026-04-30

nvm 으로 node 버전을 18로 변경 (for Mac)

1
2
3
4
5
nvm install 18.12.0
nvm use 18.12.0
nvm alias default 18.12.0

nvm uninstall 16.16.0