chapter "node" section "node" refer ` 官网 https://nodejs.org/ 源码 https://github.com/nodejs/node 文档 https://nodejs.org/docs/latest-v6.x/api/ ` field web.code.node.node shell linux ` wget https://mirrors.tencent.com/nodejs-release/v16.15.1/node-v16.15.1-linux-x64.tar.xz tar xvf node-v16.15.1-linux-x64.tar.xz && cd node-v16.15.1-linux-x64 ` macos ` curl -O https://mirrors.tencent.com/nodejs-release/v16.15.1/node-v16.15.1-darwin-x64.tar.xz tar xvf node-v16.15.1-darwin-x64.tar.xz && cd node-v16.15.1-darwin-x64 ` windows ` http://mirrors.tencent.com/nodejs-release/v16.15.1/node-v16.15.1-x64.msi ` shell ` ./bin/node ` source npm.shy source vue.shy source grpc.shy source admin.shy source vscode.shy