将 Angular CLI 更新到 v6.0.0 并使用创建新应用程序后,ng new my-app
我在尝试使用以下内容生成组件时收到以下错误ng g c my-component
:
Could not find an NgModule. Use the skip-import option to skip importing in NgModule.
这是终端中返回的简单错误,VSCode 给出了一个更详细的错误,我可以在必要时粘贴!
我可以在这里找到对这个错误的引用,并尝试将 'angular.json' 中的 'root' 值调整为 "" 和 "src" 但没有成功。
非常感谢任何帮助!