Closed WayneChang65 closed 3 years ago
Hey @WayneChang65 👋
For now you can work around the issue with std@0.105.0
being incompatible with Deno 1.14.0
by using the --no-check
flag.
We just need to upgrade some of the deps to unblock this - problem with the std lib not being stable yet!
OK. Thanks for the great project.
Reopening until change CI to test on 1.14.0 and release the fox to a tag.
@WayneChang65 please see https://deno.land/x/opine@1.8.0 which should resolve the issue.
Issue
Setup:
Details
It seems incompatible with Deno 1.14.0. I run the example and the result shows below.
Deno 1.14.0 Error occured
...
Deno 1.13.2 is OK