1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 01:24:05 +08:00
icebergs/misc/node/node.shy
2023-06-03 09:06:37 +08:00

29 lines
700 B
Plaintext

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