lint完成后,ionic2 build停止了

Wil*_*ads 5 tslint ionic2

最近更新了我的离子项目beta 11 pro ionic rc0.但是,当squeegee命令离子服务器执行所有脚本但项目没有启动时.

D:\PROJETOS - GIT\mobile-rc1>ionic serve

Running 'serve:before' npm script before serve
> myawesomeapp@ watch D:\PROJETOS - GIT\mobile-rc1
> ionic-app-scripts watch
[10:24:04]  ionic-app-scripts 0.0.36
[10:24:04]  watch started ...
[10:24:04]  build dev started ...
[10:24:04]  clean started ...
[10:24:04]  clean finished in 1 ms
[10:24:04]  copy started ...
[10:24:04]  transpile started ...
[10:24:04]  lint started ...
Run Code Online (Sandbox Code Playgroud)

在这里结束而不是继续下一步

小智 0

运行以下命令来检查此问题从何处或如何出现:

npm run ionic:serve --verbose
Run Code Online (Sandbox Code Playgroud)