Error running deno
Hello :)
I am very new to deno and need some help running basic stuff. I don't find proper documentation.
when trying to run this via
I get the error
How do I ignore this error? I tried via but nothing changed
2 Replies
You can't ignore it. The dependency you're using is using a deprecated syntax. If you want to run. It you'd have to downgrade to Deno 1.46.3
I dont need to use it, is there anything similiar for my purpose?
what I want is render my index.ejs so it can see my css files and get data to substitute
I fixed my issue :)