antd-tools-compatible

5.2.8 • Public • Published

antd-tools

  1. 该版本基于antd-tools@5.2.7修复了项目在windows下 spawn npm ENOENT 的bug
  2. 解决方法:修改runCmd.js内 runCmd 方法里新增 如下兼容代码

cmd = cmd==='npm'? /^win/.test(process.platform)?'npm.cmd':'npm':cmd;

Readme

Keywords

Package Sidebar

Install

npm i antd-tools-compatible

Weekly Downloads

2

Version

5.2.8

License

MIT

Unpacked Size

36.3 kB

Total Files

26

Last publish

Collaborators

  • yh233