jsverse / transloco-keys-manager

🦄 The Key to a Better Translation Experience

Home Page:https://github.com/jsverse/transloco/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Cannot find module '@angular/cli/utilities/config'

mackelito opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

Is this a regression?

No

Current behavior

  • Executing task: npx nx generate @ngneat/transloco:keys-manager --project=feature-signing --langs=fi --strategy=Both --no-interactive --dry-run

NX Generating @ngneat/transloco:keys-manager
NX Cannot find module '@angular/cli/utilities/config'


   Require stack:
   - /Users/me/Project/node_modules/@ngneat/transloco/schematics/src/keys-manager/index.js
   - /Users/me/Project/node_modules/@angular-devkit/schematics/tools/export-ref.js
   - /Users/me/Project/node_modules/@angular-devkit/schematics/tools/index.js
   - /Users/me/Project/node_modules/nx/src/adapter/ngcli-adapter.js
   - /Users/me/Project/node_modules/nx/src/command-line/generate/generate.js
   - /Users/me/Project/node_modules/nx/src/command-line/generate/command-object.js
   - /Users/me/Project/node_modules/nx/src/command-line/nx-commands.js
   - /Users/me/Project/node_modules/nx/bin/init-local.js
   - /Users/me/Project/node_modules/nx/bin/nx.js
   Pass --verbose to see the stacktrace.

Expected behavior

It would add config and target for the project

Please provide a link to a minimal reproduction of the bug

n/a

Transloco Config

No response

Debug Logs

No response

Please provide the environment you discovered this bug in

Transloco: "@ngneat/transloco": "^4.3.0",
Transloco Keys Manager: "@ngneat/transloco-keys-manager": "^3.8.0",
Angular: "@angular/core": "17.0.3",
Node: v18.17.1
Package Manager: NPM
OS: MacOS

Vs Code: Version: 1.85.2
Nx Console: v18.14.1

Additional context

No response

I would like to make a pull request for this bug

No