-
Notifications
You must be signed in to change notification settings - Fork 101
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
Following Getting Started Fails with error: Import assertions are deprecated. #154
Comments
Fixed by denosaurs/emoji v0.3.1 as mentioned in #151. |
updating deps.ts gfm export to 0.10.0 seems to resolve this. |
You can import map till it's resolved...
|
That fixes it! Thank you. |
I am still getting this error.
|
You're using 0.7.0 which was released on 7/6/2023... in your deno.json/jsonc point the project to head ie something like
Then in
|
according to https://github.com/denoland/deno_blog/releases 0.7.0 is the latest. If this is not the case my apologies Edit: But this is happening while cloning the main
|
Apologies on my part. 0.7.0 is the latest release, but it's so old it doesn't include the fixes for deno 2.0. You'll need to use to git repo's mian branch directly. The release won't help you. |
Following the Getting Started section fails with newer Deno, tried with latest Deno v2.0.3:
❯ deno run -r --allow-read --allow-write https://deno.land/x/blog/init.ts .
The text was updated successfully, but these errors were encountered: