nestdotland/eggs

[BUG] 48 Errors while running eggs upgrade

Closed this issue · 2 comments

being on deno version 1.4.0

Screen Shot 2020-09-20 at 1 06 49 PM

I can't do anything about this sadly 😕
eggs@0.2.1 is broken on deno 1.4.x so you can't use it to upgrade to eggs@0.2.2
(but you can upgrade to eggs@0.2.2 on deno 1.3.x)
You have to install the latest version manually:

deno install -A -f --unstable -n eggs https://x.nest.land/eggs@0.2.2/mod.ts

ok - thanks @oganexon