[BUG] peerDependency not installed (workspaces) #4084
Labels
Bug
thing that needs fixing
Needs Triage
needs review for next steps
Release 8.x
work is associated with a specific npm 8 release
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
Refs #2600
I am using NPM workspaces.
I moved all my dev dependencies to the root package.json (because I was running into #4056)
[email protected] has a peerDependency to mssql@6 (see)
I am getting an error when running npm install
I tried
--legacy--peer-deps
, but this is not what I want. This flag will just ignore the peer dependency. Knex will then use mssql@7!Expected Behavior
I expected that npm provides a way to install both versions.
Steps To Reproduce
See above.
Environment
The text was updated successfully, but these errors were encountered: