sh: better-scripts: command not found
前言
npm run scripts
时报错:sh: better-scripts: command not found
可以判断系统在尝试运行 better-scripts
时未能找到该命令
安装
npm install --save-dev better-npm-run
如果项目需要全局安装
npm install -g better-npm-run
npm run scripts
时报错:sh: better-scripts: command not found
可以判断系统在尝试运行 better-scripts
时未能找到该命令
npm install --save-dev better-npm-run
如果项目需要全局安装
npm install -g better-npm-run