加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install-deps.sh 270 Bytes
一键复制 编辑 原始数据 按行查看 历史
Vitaliy Snurnitsin 提交于 2022-01-10 01:56 . node 16.13
#!/usr/bin/env bash
apt-get update
apt-get install -y curl
apt-get install -y libc6 libc6-dev libc6-dev-i386
curl -sL https://deb.nodesource.com/setup_16.x | bash -
apt-get install -y nodejs
PATH=$PATH:~/go/bin
go install github.com/gobuffalo/packr/v2/packr2@latest
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化