【angular】you have to be inside an Angular CLI project in order to use the serve command

前端之家收集整理的这篇文章主要介绍了【angular】you have to be inside an Angular CLI project in order to use the serve command前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

ng serve 后出现问题:


出错原因:

打开文件夹的路径不对

正确步骤:

1、打开文件


2、选择其中含有“e2e”、“src”的文件夹,打开就行



3、再次 ng serve,成功


我出的错误

打开了本应打开的文件夹的上一级。

原文链接:https://www.f2er.com/angularjs/145944.html

猜你在找的Angularjs相关文章