cmorten / opine

Minimalist web framework for Deno ported from ExpressJS.
https://github.com/cmorten/opine/blob/main/.github/API/api.md
MIT License
854 stars 43 forks source link

Incompatible with Deno 1.14.0 #143

Closed WayneChang65 closed 3 years ago

WayneChang65 commented 3 years ago

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

截圖 2021-09-21 14 28 05

...

截圖 2021-09-21 14 28 25

Deno 1.13.2 is OK

截圖 2021-09-21 14 32 28
cmorten commented 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!

WayneChang65 commented 3 years ago

OK. Thanks for the great project.

cmorten commented 3 years ago

Reopening until change CI to test on 1.14.0 and release the fox to a tag.

cmorten commented 3 years ago

@WayneChang65 please see https://deno.land/x/opine@1.8.0 which should resolve the issue.