DevCloudFE / ng-devui-admin

Customizable admin dashboard template based on Angular and DevUI
https://devui.design/admin-page/home
MIT License
285 stars 52 forks source link

[BUG]ng add ng-devui-admin error #27

Closed imust2008 closed 1 year ago

imust2008 commented 1 year ago

ng new devui_web cd devui_web ng add ng-devui-admin Skipping installation: Package already installed ? Please choose the default language you want to use: 简体中文 (zh-ch) ? Would you like to add lint files for your project? (default: Y) Yes ? Would you like to add mock module? (default: Y) Yes ? Would you like to add i18n? (default: Y) Yes Cannot read properties of undefined (reading 'sourceRoot')

windows10 npm v8.19.3 ng v14.2.9

hay313955795 commented 1 year ago

这个需要在 angular.json 文件里添加一段

"defaultProject": "you projectName"

imust2008 commented 1 year ago

这个项目很久没人维护了,所以不研究了,谢谢

这个需要在 angular.json 文件里添加一段

"defaultProject": "you projectName"

这个项目很久没人维护了,所以不研究了,感谢!!