我正在尝试使用离子电容器创建 nx 工作区。
npm install --save-dev @nxtend/ionic-angular
-> 成功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:
npx [email protected] -> Success
npm install --save-dev @nxtend/ionic-angular -> Success
但是得到这个
对于最新的工作区版本,会出现如下版本依赖性错误:
npx create-nx-workspace -> Success
npm install --save-dev @nxtend/ionic-angular -> Failed
谢谢。
这是与
nrwl/nx-labs
相关的已知问题:
app-root
已删除,不再需要。nrwl/nx-labs
的 v14.4.2 版本应该修复它。