-
Notifications
You must be signed in to change notification settings - Fork 5
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
All eggs commands don't work in Deno 1.4 #71
Comments
This is caused by the new default TS configuration in unstable Deno 1.4.0: |
I'll work on this asap |
SteelAlloy
changed the title
[BUG] All eggs commands don't work in Deno 1.4
All eggs commands don't work in Deno 1.4
Sep 14, 2020
Merged
Thanks for making this issue, @thewizardbear, and thanks for the incredibly quick patch, @oganexon! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Whenever I run a command such as
eggs publish
,eggs init
oreggs -V
nothing happens.Previously (just after updating Deno to 1.4.0), I got the following error messages:
I then tried to upgrade with
eggs upgrade
to see if there was a fix buteggs upgrade
produced the same errors. I then installed the latest version (which was actually the same version I was on previously) withdeno install -A -f --unstable -n eggs https://x.nest.land/eggs@0.2.1/mod.ts
and Deno said that it had "✅ Successfully installed eggs
". However, now I wouldn't get anything when I ran aneggs
command (not even an error message). The commands run but do nothing.To Reproduce
I think that this is a problem with Deno 1.4, although I can't be sure as I am having trouble downgrading version.
Expected behavior
The commands should run without errors and output logs of what is happening to the console.
Desktop:
The text was updated successfully, but these errors were encountered: