Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move @nx/devkit to peer deps #6

Open
ruscon opened this issue Aug 29, 2024 · 0 comments
Open

move @nx/devkit to peer deps #6

ruscon opened this issue Aug 29, 2024 · 0 comments

Comments

@ruscon
Copy link

ruscon commented Aug 29, 2024

Since this is an nx plugin, @nx/devkit may already be installed.
Just need to specify which versions of @nx/devkit are supported as peer deps.

For example:

{
  "peerDependencies": {
    "@nx/devkit": "^18.0.0 || ^19.0.0"
  }
}

In most cases, peer dependencies are installed automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant