Ubuntu系统安装nodejs及npm

安装node

sudo apt-get install nodejs
会自动建立软连接
查看版本
node -v

安装 npm

sudo apt-get install npm

posted @ 2021-11-16 10:53  DurianTRY  阅读(162)  评论(0编辑  收藏  举报