How do I troubleshoot this error?
I'm trying to run a fresh project I haven't touched in over a year. I ran the fresh updater but when I try to
deno task start
it, it gives me an error like this:
I'm not really sure what needs that emoji package (it's not explicitily listed in my deno.json) so I'm not sure how to troubleshoot it? It looks like their is a newer version of the emoji.ts package but I don't know how to update to that since it's not in my deno.json. deno outdated
doesn't show anything either1 Reply
I guess it worked by adding "https://deno.land/x/emoji@0.3.0/": "https://deno.land/x/emoji@0.3.1/", to my imports but I'm not sure if that's the best solution