Tried to run the CLI using Deno on the project itself.
Clone this repo, and cd into it.
Run:
$ deno run --unstable --allow-read --allow-write https://raw.githubusercontent.com/wojpawlik/deno2node/v0.2.0/src/cli.ts src/tsconfig.json
Download https://cdn.esm.sh/v41/validate-npm-package-name@3.0.0/deno/validate-npm-package-name.js
error: Import 'https://cdn.esm.sh/v41/validate-npm-package-name@3.0.0/deno/validate-npm-package-name.js' failed: 404 Not Found
at https://esm.sh/validate-npm-package-name@3.0.0:2:0
Same error occurs when running npm i in the top level directory of this project.
Tried to run the CLI using Deno on the project itself.
cd
into it.Same error occurs when running
npm i
in the top level directory of this project.