Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

ionic-angular: Get an error that @nx/eslint is not installed when generating a new application #17

Open
paulmojicatech opened this issue Nov 13, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@paulmojicatech
Copy link
Contributor

Describe the bug
I get an error when creating a new application using ionic-angular that I need to install @nx/eslint in Nx version 17.

To Reproduce
When running the nx g @nxext/ionic-angular:application "<% my app %>" command, I get an error that I need to install @nx/eslint

Expected behavior
I would expect creating the application would be successful

Additional context

nx g @nxext/ionic-angular:application "Disney Planner"

>  NX  Generating @nxext/ionic-angular:application

✔ Which starter template would you like to use? · tabs

 >  NX   Cannot find module '@nx/eslint'

   Require stack:
   - /Users/paulmojica/dev/paulmojicatech/node_modules/@nxext/ionic-angular/src/generators/application/lib/add-angular.js
   - /Users/paulmojica/dev/paulmojicatech/node_modules/@nxext/ionic-angular/src/generators/application/generator.js
   - /Users/paulmojica/dev/paulmojicatech/node_modules/nx/src/config/schema-utils.js
   - /Users/paulmojica/dev/paulmojicatech/node_modules/nx/src/command-line/generate/generator-utils.js
   - /Users/paulmojica/dev/paulmojicatech/node_modules/nx/src/command-line/generate/generate.js
   - /Users/paulmojica/dev/paulmojicatech/node_modules/nx/src/command-line/generate/command-object.js
   - /Users/paulmojica/dev/paulmojicatech/node_modules/nx/src/command-line/nx-commands.js
   - /Users/paulmojica/dev/paulmojicatech/node_modules/nx/bin/init-local.js
   - /Users/paulmojica/dev/paulmojicatech/node_modules/nx/bin/nx.js
   - /usr/local/lib/node_modules/nx/bin/nx.js
   Pass --verbose to see the stacktrace.
@paulmojicatech paulmojicatech added the bug Something isn't working label Nov 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant