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
Cannot find module 'safari-14-idb-fix/dist/cjs-compat' from 'node_modules/idb-keyval/dist/compat.cjs' Require stack: node_modules/idb-keyval/dist/compat.cjs scripts/permissions.ts tests/permissions.test.ts at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:306:11) at Object.<anonymous> (node_modules/idb-keyval/dist/compat.cjs:9:17)
https://github.com/SkynetLabs/skynet-mysky/pull/47/checks?check_run_id=3587658175
The text was updated successfully, but these errors were encountered:
safari-14-idb-fix won't load in Node < 12 and Jest because it relies on ./index.cjs, which was never implemented.
safari-14-idb-fix
./index.cjs
There are two fixes, and the best solution here would be to implement both:
idb-keyval
"safari-14-idb-fix"
safari-14-idb-fix/dist/cjs-compat.js
safari-14-idb-fix/dist/cjs-compat/index.cjs
Sorry, something went wrong.
I have PR'd the second half of the fix at jakearchibald/safari-14-idb-fix#8
No branches or pull requests
https://github.com/SkynetLabs/skynet-mysky/pull/47/checks?check_run_id=3587658175
The text was updated successfully, but these errors were encountered: