nestdotland/eggs

Cannot publish on latest deno version

Opened this issue ยท 5 comments

๐Ÿ› Bug Report

To Reproduce

  1. Try to publish an update to your module

Expected behavior

Module gets updated

Actual Behavior

Unexpected error occurs.
image

Environment

  • Eggs version: 0.3.10
  • Deno version:
deno 1.26.0 (release, x86_64-unknown-linux-gnu)
v8 10.7.193.3
typescript 4.8.3
  • Operating system and version: docker container: mcr.microsoft.com/vscode/devcontainers/base:debian-10

Additional context

Apparently the function Deno.setRaw got changed to Deno.stdin.setRaw.
denoland/deno#15797

I have the same issue on last 1.27

I have the same issue on last 1.27

It is fixed here btw. https://nest.land/package/eggy

@Yaikava I'm not able to install it:

deno install -Afq --unstable https://x.nest.land/eggy0.3.50/cli.ts
error: Module not found "https://x.nest.land/eggy0.3.50/cli.ts".

Works for me.
image

@Yaikava stupid me, I forgot to add @ before version