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

@nxext/ionic-angular : application generation error #12

Open
kvengerov opened this issue Mar 1, 2023 · 1 comment
Open

@nxext/ionic-angular : application generation error #12

kvengerov opened this issue Mar 1, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@kvengerov
Copy link

Describe the bug
When I generate an application through the @nxext/ionic-angular plugin, I get an error

> NX (0 , project_configuration_1.shouldDefaultToUsingStandaloneConfigs) is not a function

P.S. I get the same error if I install versions of nx and @nrwl/angular 15.7.2 or 15.8.1 or 15.6.0

To Reproduce

npx [email protected] --preset=empty
npm i -D @nrwl/[email protected]
npm install -D --exact @nxext/ionic-angular @nxext/capacitor
nx generate @nxext/ionic-angular:application test-ionic

Expected behavior
The application is added to the project without errors

Additional context

package.json
{
  "name": "test-project",
  "version": "0.0.0",
  "license": "MIT",
  "scripts": {},
  "private": true,
  "devDependencies": {
    "@nrwl/angular": "^15.6.3",
    "@nrwl/workspace": "15.6.3",
    "@nxext/capacitor": "^15.6.0",
    "@nxext/ionic-angular": "^15.6.0",
    "nx": "15.6.3",
    "prettier": "^2.6.2",
    "typescript": "~4.8.2"
  }
}
@kvengerov kvengerov added the bug Something isn't working label Mar 1, 2023
@toriphes
Copy link

toriphes commented Mar 1, 2023

think this error is related to nxext/nx-extensions#902

@DominikPieper DominikPieper transferred this issue from nxext/nx-extensions Oct 23, 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

2 participants