You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ nx g @nx/next:library ui-components adds several unnecessary dependencies to package.json.
Expected Behavior
$ nx g @nx/next:library ui-components should not change any dependencies in my project. I already have nextjs configured and I use Playwright (not Cypress).
GitHub Repo
No response
Steps to Reproduce
npx create-nx-workspace@latest
nx g @nx/next:app web
git add . && git commit -m "next app"
nx g @nx/next:library ui-components
Look at the package.json and you'll see package.json has new unnecessary dependencies
Current Behavior
$ nx g @nx/next:library ui-components
adds several unnecessary dependencies to package.json.Expected Behavior
$ nx g @nx/next:library ui-components
should not change any dependencies in my project. I already have nextjs configured and I use Playwright (not Cypress).GitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
No response
Package Manager Version
pnpm 8.7.6
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: