Manon.icu

I'm here to make you a better developer by teaching you everything I know about building for the web.

Published 2020-11-19

安装nvm和nodejs

通过 nvm 安装 nodejs

安装 nvm

curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash

或者

wget -qO- https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash

然后:

source ~/.bashrc

安装 nodejs

nvm install stable

Comments

No Comments!