【发布时间】:2022-08-14 09:43:13
【问题描述】:
我正在尝试使用离子电容器创建 nx 工作区。
- 能够创建 nx 工作区 -> 成功
- 能够安装
npm install --save-dev @nxtend/ionic-angular-> 成功 - nx 生成 @nxtend/ionic-angular:init -> 失败
Unable to resolve @nxtend/ionic-angular:init. Cannot find generator \'init\' in node_modules/@nxtend/ionic-angular/generators.json.NX 报告说:
Node : 16.10.0 OS : darwin x64 npm : 7.24.0 nx : 13.0.0 @nrwl/angular : 13.10.6 @nrwl/cli : 13.0.0 @nrwl/cypress : 13.10.6 @nrwl/devkit : 13.0.0 @nrwl/eslint-plugin-nx : Not Found @nrwl/express : Not Found @nrwl/jest : 13.0.0 @nrwl/linter : 13.0.0 @nrwl/nest : Not Found @nrwl/next : Not Found @nrwl/node : Not Found @nrwl/nx-cloud : 14.2.0 @nrwl/react : Not Found @nrwl/schematics : Not Found @nrwl/tao : 13.0.0 @nrwl/web : Not Found @nrwl/workspace : 13.0.0 @nrwl/storybook : 13.10.6 @nrwl/gatsby : Not Found typescript : 4.3.5我遵循本教程: https://ionicframework.com/blog/ionic-angular-monorepos-with-nx/
Edited:
标签: angular ionic-framework monorepo