Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Incorrect angular dependency type #621

Open
marckassay opened this issue Apr 11, 2022 · 0 comments · May be fixed by #622
Open

Incorrect angular dependency type #621

marckassay opened this issue Apr 11, 2022 · 0 comments · May be fixed by #622

Comments

@marckassay
Copy link

When creating an Nx workspace, the @nrwl/angular package is added to the dependencies key in package.json. And when an application is added using @nxtend/ionic-angular it will unconditionally add it to devDependencies key.

Evidence of 'nrwl/nx' doing this can be seen in this section of code.

So depending on the existing package.json, a developer may have 2 different versions of @nrwl/angular package.

@marckassay marckassay linked a pull request Apr 11, 2022 that will close this issue
5 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant