This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
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
Description
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.