码迷,mamicode.com
首页 > Web开发 > 详细

ubuntu下nodejs环境搭建

时间:2019-04-23 22:32:38      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:pad   setup   环境搭建   使用   source   bsp   table   class   sts   

 

#0.0.0.0 account.jetbrains.com”添加到hosts文件中

 

  1. apt-get升级 sudo apt-get upgrade

  2. apt-get更新 sudo apt-get update

  3. 安装node sudo apt-get install nodejs

  4. sudo apt-get install nodejs-legacy

  5. 安装npm sudo apt-get install npm

  6. 安装node管理工具 npm i -g n

  7. 升级node到最新稳定版本 n stable

  8. 升级npm sudo npm i -g npm

  9. 如果版本太低无法安装n模块 使用指定原安装node

    curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -sudo apt-get install -y nodejs

ubuntu下nodejs环境搭建

标签:pad   setup   环境搭建   使用   source   bsp   table   class   sts   

原文地址:https://www.cnblogs.com/jiashengyang/p/9347513.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!