当前位置: 首页 > 工具软件 > RailwayJS > 使用案例 >

install nodejs 0.6.2 and railwayjs on ubuntu

璩无尘
2023-12-01
过程略碰上点小麻烦,存档如下:
1.append source:
  sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs


2. install latest npm and nodejs

sudo apt-get install npm nodejs


3. install railwayjs

npm install railway -g
 类似资料:

相关阅读

相关文章

相关问答