-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Yarn Berry #264
Comments
@yovanoc the error seems to be caused by the workbox-webpack-plugin GoogleChrome/workbox#2669 . So most probably just upgrading the package in this repository should do it. Otherwise you could try yourself by using resolutions in package.json but I haven't tested it out myself yet. |
We are seeing this too. I am adding the error message as text here because right now it is not indexed by any search engines.
|
I think the issue is caused by trying to write into Edit: I tried a quick fix here https://github.com/bjorm/next-offline/commit/56524803893925df39c0c5f53f4a395046ec391f |
If other people want to try this fix, use the yarn patch protocol in your package.json:
where
|
Would you try this fork https://github.com/meabed/next-offline-ts |
Hello, I don't know if its a bug report or feature request but I can't use next-offline with yarn berry.
The first
next build
gives me that:So I've added webpack myself (
yarn add -D webpack
)then here it is for the last build and I don't know what to do, thanks
The text was updated successfully, but these errors were encountered: