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
There are cases where a project uses Yarn workspaces and Javascript dependencies may be in multiple packages.json files, not just the one at the root.
In this case we don't want them added.
The text was updated successfully, but these errors were encountered:
I have an issue where symfony/stimulus-bundle is a transitive dependency and I don't use it for my own assets. So I don't want my package.json to be modified in any way. So 👍 for this option.
For now I prevent any update to package.json with this ugly workaround in composer.json:
There are cases where a project uses Yarn workspaces and Javascript dependencies may be in multiple
packages.json
files, not just the one at the root.In this case we don't want them added.
The text was updated successfully, but these errors were encountered: