Angular 13 生成组件显示无事可做
通过cmd在角度13中生成新组件时 ng gc comp1
显示“无事可做”
任何建议....
While Generating New component in angular 13 through cmd
ng g c comp1
Showing "Nothing to be done"
Any suggestion....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
检查组件是否已创建。对我来说它已经创建了。
check once it is already created component. For me it is already created.
首先检查您是否位于项目目录中,然后检查您的代码结构组件是否已创建
first check that you are in project directory after that check your code structure component has been already created
确保您是否位于项目目录中。
看看我做了什么。
Make sure you are in a project directory or not.
see what I did.