[antd] Install n management package under macOS (node version management tool)

Install and view

Install macos node management tool n

npm install -g n

View a list of all node versions currently available for download

npm view node versions

Download version 16.14.2

n 16.14.2

If you need to be an administrator, you need to add sudo

sudo n 10.16.0

command set

insert image description here

Guess you like

Origin blog.csdn.net/hzxOnlineOk/article/details/131009705