Closed kristian closed 1 year ago
Can you try browser-sync@2.28.2
🙏🏻
Thanks @shakyShane, that fixes it! 👍 Would you mind also fixing it for your eazy-logger? Same issue there:
https://github.com/shakyShane/eazy-logger/issues/9
Thanks!
Mhm, just noticed, that eazy-logger is defined without a ^
here:
https://github.com/BrowserSync/browser-sync/blob/master/packages/browser-sync/package.json#L48
Meaning it issue still happens in eazy-logger and because it is hard linked to 4.0.0 fixing & bumping eazy-logger won't fix the issue either and another bump of browser-sync will be required. Sorry for that.
@kristian try browser-sync@2.28.3
Jep, that fixed it! Thanks @shakyShane 🙏🏻
@kristian thanks for bringing it to my attention
Very welcome, have a good one 👍
Issue details
Executing browser-sync with Yarn 2 PnP gives the following error:
Steps to reproduce/test case
Use browser-sync with Yarn 2
Checked in
package.json
file and indeedchalk
is only defined as adevDependency
however, because it is used in the public API, which is exposed to dependent packages it should be adependency
instead.