1.1.10 • Published 3 years ago
weclouds v1.1.10
小云云
软件说明
自己常用的函数包管理
操作教程
- NPM官网
- 联系邮箱:
997995615@qq.com切换 node 包的安装源
npm config set registry http://registry.npmjs.org npm config set registry http://registry.cnpmjs.org npm config set registry http://registry.npm.taobao.org检查源的信息
npm config get registry使用说明
- 安装
yarn add weclouds
npm install weclouds@latest -save- 使用
var { shawn } = require('../main/index.js');- 删除 npm 上已发布的错误版【24小时候才能再次推送到NPM网站上】
npm unpublish weclouds@1.1.10 --force