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
posted @ 2025-04-19 14:58  牛奔  阅读(11)  评论(0)    收藏  举报