Closed rathpc closed 2 years ago
Thanks for reporting @rathpc ! I'm seeing conflicting opinions on what to do about it... some think yarn should be updated, but I see that react-redux removed workspaces from their package.json file.
jsep is built with pnpm which has a separate pnpm-workspace.yaml
so the workspaces
in package.json can probably be removed. jsep definitely doesn't want to change the private flag though, unless it was moved into the packages folder.
@EricSmekens - any issues with removing the workspaces
key from package.json?
I stumbled on this issue due to using another package that has
jsep
as a deeply nested dependency.When running any yarn command (install, build etc.) many warnings are spit out that say the following:
This is due to
jsep
having"private": false
in the package.json file in conjunction with setting the"workspaces"
key.This may only be an issue when using yarn but worth mentioning. Not blocking, but rather an annoyance of seeing many many warnings.