Unknown command: "set-script"
Did you mean this?
npm run-script # Run arbitrary package scripts
To see a list of supported npm commands, run:
npm help
解决方法:
在 package.json 的 script 中增加 husky install 命令。
Unknown command: "set-script"
Did you mean this?
npm run-script # Run arbitrary package scripts
To see a list of supported npm commands, run:
npm help
解决方法:
在 package.json 的 script 中增加 husky install 命令。