You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please fix the compatibility with skypack cdn, right now loading https://cdn.skypack.dev/zod produces following issues
/*
* [Package Error] "[email protected]" could not be built.
*
* [1/5] Verifying package is valid…
* [2/5] Installing dependencies from npm…
* [3/5] Building package using esinstall…
* Running esinstall...
* Cannot find module 'zod/locales/en.d.ts'
*
* How to fix:
* - If you believe this to be an error in Skypack, file an issue here: https://github.com/skypackjs/skypack-cdn/issues
* - If you believe this to be an issue in the package, share this URL with the package authors to help them debug & fix.
* - Use https://skypack.dev/ to find a web-friendly alternative to find another package.
*/
console.warn("[Package Error] \"[email protected]\" could not be built. \n[1/5] Verifying package is valid…\n[2/5] Installing dependencies from npm…\n[3/5] Building package using esinstall…\nRunning esinstall...\nCannot find module 'zod/locales/en.d.ts'");
throw new Error("[Package Error] \"[email protected]\" could not be built. ");
export default null;
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Can you please fix the compatibility with skypack cdn, right now loading https://cdn.skypack.dev/zod produces following issues
It is very convenient way to load modules in https://observablehq.com/
The text was updated successfully, but these errors were encountered: