1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-25 17:18:05 +08:00
icebergs/misc/node/node.shy
2023-06-08 22:56:17 +08:00

32 lines
812 B
Plaintext

chapter "node"
section "node"
refer `
官网 https://nodejs.org/
源码 https://github.com/nodejs/node
文档 https://nodejs.org/dist/latest-v18.x/docs/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
`
field web.code.xterm args "node" auto delay height 240
source npm.shy
source vue.shy
source grpc.shy
source router.shy
source element.shy
source vscode.shy
source admin.shy