We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now we have 2 packages overrides so that the Playground can be deployed:
"@babel/core": "7.25.2"
"vercel": "39.1.1"
Eventually, these should be removed once the issues are resolved.
The text was updated successfully, but these errors were encountered:
Vercel bug has been fixed in Cloudflare next-on-pages and is now removed from package.json since the dependency was added just to be pinned.
Once merged, branch prefAPI-prep should consequently come with a dependencies update.
prefAPI-prep
Sorry, something went wrong.
Remove babel/core override
a5de3f9
Resolves #34
JayPanoz
No branches or pull requests
Right now we have 2 packages overrides so that the Playground can be deployed:
"@babel/core": "7.25.2"
"vercel": "39.1.1"
(see [🐛 Bug]: ERROR Could not resolve "async_hooks" cloudflare/next-on-pages#908)Eventually, these should be removed once the issues are resolved.
The text was updated successfully, but these errors were encountered: