1 Star 0 Fork 0

guolb/cheat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
npm 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
ted 提交于 2020-11-18 16:10 . update java debug tools.
---
tags: [ packaging ]
---
# Every command shown here can be used with the `-g` switch for global scope
# To install a package in the current directory:
npm install <package>
# To install a package, and save it in the `dependencies` section of `package.json`:
npm install --save <package>
# To install a package, and save it in the `devDependencies` section of `package.json`:
npm install --save-dev <package>
# To show outdated packages in the current directory:
npm outdated
# To update outdated packages:
npm update
# To update `npm` (will override the one shipped with Node.js):
npm install -g npm
# To uninstall a package:
npm uninstall <package>
# use mirror
# https://npm.taobao.org/mirrors
# https://developer.aliyun.com/mirror/NPM
npm install -g cnpm --registry=https://registry.npm.taobao.org
NPM_CONFIG_ELECTRON_MIRROR=http://npm.taobao.org/mirrors/electron/ npm install
npm install phantomjs --phantomjs_cdnurl=http://npm.taobao.org/mirrors/phantomjs
ELECTRON_MIRROR=http://npm.taobao.org/mirrors/electron/ npm install -g electron
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/guolb/cheat.git
git@gitee.com:guolb/cheat.git
guolb
cheat
cheat
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385