ubuntu下nodejs环境搭建
Posted jiashengyang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu下nodejs环境搭建相关的知识,希望对你有一定的参考价值。
#0.0.0.0 account.jetbrains.com”添加到hosts文件中
-
apt-get升级 sudo apt-get upgrade
-
apt-get更新 sudo apt-get update
-
安装node sudo apt-get install nodejs
-
sudo apt-get install nodejs-legacy
-
安装npm sudo apt-get install npm
-
安装node管理工具 npm i -g n
-
升级node到最新稳定版本 n stable
-
升级npm sudo npm i -g npm
-
如果版本太低无法安装n模块 使用指定原安装node
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -sudo apt-get install -y nodejs
以上是关于ubuntu下nodejs环境搭建的主要内容,如果未能解决你的问题,请参考以下文章