Linux安装nodejs和npm

Posted 八十易

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux安装nodejs和npm相关的知识,希望对你有一定的参考价值。

 

先安装,nvm,即是Node Version Manager(Node版本管理器)


curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
 或者使用  wget

wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
之后需要激活nvm:

$ source ~/.nvm/nvm.sh
激活完成后,安装node

nvm install node
安装完成后,切换到该版本


nvm use node

原文:https://blog.csdn.net/gaomengwang/article/details/77540429











以上是关于Linux安装nodejs和npm的主要内容,如果未能解决你的问题,请参考以下文章

linux 怎么安装nodejs

Linux(Ubuntu)下安装NodeJs

linux下安装nodejs怎么添加淘宝镜像

Linux安装NodeJS

Linux安装nodejs和npm

linux下nodejs安装以及如何更新到最新的版