docs: 批量博文

This commit is contained in:
杭城小刘
2020-02-25 17:46:51 +08:00
parent 8e5d2c9e7f
commit 6e99436a9e
373 changed files with 18071 additions and 1116 deletions

View File

@@ -0,0 +1,10 @@
# Node.js 在 Linux 下的安装
如果是在新电脑上面部署 Node 项目,首先进入官网下载 Node 包,解压到系统的一个合适文件夹
执行下面2步命令将 Node 的命令关联到全局命令,这样就可以在命令行中执行 Node 脚本
```
sudo ln -s /home/LBP/node-v10.12.0-linux-x64/bin/node /usr/local/bin/
sudo ln -s /home/LBP/node-v10.12.0-linux-x64/bin/npm /usr/local/bin/