Closed asplunds closed 3 years ago
The forst instruktion in the readme "INSTALL" does not work.
deno install -Af https://nest.land/-/nest/nest.ts
Nest.land installs successfully
Deno throws error "error: An unsupported media type was attempted to be imported as a module." because https://nest.land/-/nest/nest.ts returns 404.
https://nest.land/-/nest/nest.ts
-
Hi @asplunds This repo is a WIP for the new CLI of nest, I'll add this on the readme to make it clearer, sorry for the confusion. Until the stable release of nest, the current CLI is eggs.
🐛 Bug Report
The forst instruktion in the readme "INSTALL" does not work.
To Reproduce
deno install -Af https://nest.land/-/nest/nest.ts
Expected behavior
Nest.land installs successfully
Actual Behavior
Deno throws error "error: An unsupported media type was attempted to be imported as a module." because
https://nest.land/-/nest/nest.ts
returns 404.Environment
Additional context
-