question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

feat: add support nx@^15.0.0 in config-nx-scopes

See original GitHub issue

Expected Behavior

Using config-nx-scopes should be compatible with Nx 15, without installing with --legacy-peer-deps flag.

Current Behavior

Usage with Nx 15 requires using npm install --legacy-peer-deps, but otherwise works fine.

Affected packages

  • cli
  • core
  • prompt
  • config-angular

Possible Solution

Update the Nx version range in package.json to nx: "^14.0.0 || ^15.0.0" in peerDeps

Context

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
trystan2kcommented, Oct 31, 2022

@escapedcat @Phault Ok ! Agree ! I have reverted changes and just added the 15.0.0 as peerDependency (together with 14.0.0). Thanks !

2reactions
Phaultcommented, Oct 31, 2022

Yeah I think so. Keep devDep as-is so we don’t accidentally start relying on a Nx 15 feature without realizing it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found