-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
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
Bug report #689
Comments
I don't know where the application calls the emoji package, however on Deno versions 2.0.0 and above this error blocks the watcher and the server never starts. On Deno versions below 2.0.0 the error is displayed, but the server will continue to start and the application will run locally.
And with Deno version 2.0
There's an incompatibility with the Deno 2.0 runtime that adopts the deprecation of |
I did search in my deno cache folder
where I replaced I found closed issue about this one #687 |
The issue is caused by this line https://github.com/denoland/saaskit/blob/main/plugins/blog/routes/blog/%5Bslug%5D.tsx#L3 But even the latest https://deno.land/x/gfm depends on https://deno.land/x/[email protected]. So the |
Followed the guide til the first execution after setting Github keys:
The text was updated successfully, but these errors were encountered: