【发布时间】:2019-06-18 08:21:02
【问题描述】:
我用的是ionic 3,启动项目后,命令ionic serve报如下错误:
[app-scripts] 'ionic-app-scripts' is not recognized as an internal or external command,
[app-scripts] operable program or batch file.
[INFO] Looks like @ionic/app-scripts isn't installed in this project.
This package is required for this command to work properly. The
package provides a CLI utility, but the ionic-app-scripts binary was not found in your PATH.
我尝试删除 node_modules 并在之后立即运行 npm install,但仍然遇到相同的错误。
有什么解决办法吗?谢谢。
【问题讨论】: