Replies: 3 comments 6 replies
-
Hi, multiple plugins are working this way, they try to find what looks like a project, and a project can be defined by both project.json and package.json. However, I think this could be improved by aligning all the plugins, see #22037. |
Beta Was this translation helpful? Give feedback.
-
The For older versions, you want to check the What sorts of problems are you running into @mattfysh ? |
Beta Was this translation helpful? Give feedback.
-
I'm running into the exact same problems as you described @mattfysh. I have various package.json to override certain dependencies for a/b testing. However, nx is registering any folder that contains |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
relevant code:
nx/packages/eslint/src/plugins/plugin.ts
Lines 53 to 62 in 1a85787
this is causing all sorts of chaos. previously a project was defined by the presence of a project.json - NOT package.json
Beta Was this translation helpful? Give feedback.
All reactions