warning Workspaces can only be enabled in private projects.
nflaig opened this issue · 2 comments
nflaig commented
Using this package in a yarn workspace repository causes the following warning
warning Workspaces can only be enabled in private projects.
This is due to the fact that this project has a workspace config but it not tagged as private
vite-plugin-node-polyfills/package.json
Lines 94 to 96 in bfb5290
Is there any reason why this workspace setting is required?
nflaig commented
- Related to EricSmekens/jsep#220
davidmyersdev commented
Is there any reason why this workspace setting is required?
Nope! Just a leftover relic from when I was using Yarn Berry.