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
I tried importing the most recent version of skypack and received an error:
[Package Error] "[email protected]" could not be built.
[1/5] Verifying package is valid…
[2/5] Installing dependencies from npm…
No matching version found for [email protected].
version 3.11.6 works as expected with Skypack via import * as zod from 'https://cdn.skypack.dev/[email protected]', so not sure if something changed in 3.12.0
The text was updated successfully, but these errors were encountered:
As of yesterday I heard that @colinhacks was on vacation, so I'm guessing he will take a look as soon as he is back. Not sure when that will be though.
I tried importing the most recent version of skypack and received an error:
Reproduce:
Go to https://www.skypack.dev/view/zod and click "Open in Codepen" and view the console logs
version 3.11.6 works as expected with Skypack via
import * as zod from 'https://cdn.skypack.dev/[email protected]'
, so not sure if something changed in 3.12.0The text was updated successfully, but these errors were encountered: