无法使用 nx 在离子/电容器中找到发电机“init”

问题描述 投票:0回答:1

我正在尝试使用离子电容器创建 nx 工作区。

  1. 能够创建nx工作区->成功
  2. 能够安装
    npm install --save-dev @nxtend/ionic-angular
    -> 成功
  3. 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:

  1. npx [email protected] -> Success
  2. npm install --save-dev @nxtend/ionic-angular -> Success

但是得到这个

enter image description here

对于最新的工作区版本,会出现如下版本依赖性错误:

  1. npx create-nx-workspace -> Success
  2. npm install --save-dev @nxtend/ionic-angular -> Failed

enter image description here

谢谢。

angular ionic-framework monorepo
1个回答
0
投票

这是与

nrwl/nx-labs
相关的已知问题:

  1. [已关闭]https://github.com/nrwl/nx/issues/10776
  2. [已关闭]https://github.com/nrwl/nx-labs/issues/85

app-root
已删除,不再需要。
nrwl/nx-labs
的 v14.4.2 版本应该修复它。

© www.soinside.com 2019 - 2024. All rights reserved.