摘要:
Linux 上安装 Node.js 直接使用已编译好的包 Node 官网已经把 linux 下载版本更改为已编译好的版本了,我们可以直接下载解压后使用: # wget https://nodejs.org/dist/v10.9.0/node-v10.9.0-linux-x64.tar.xz // 下 阅读全文
摘要:
https://nodejs.org/dist/ curl -fsSL https://rpm.nodesource.com/setup_16.x|bash - 阅读全文