Installing Deno dependencies error for NX repo
deno install --allow-net --allow-read --allow-write https://deno.land/x/deno@v1.29.2/cli/install.ts https://deno.land/x/deno@v1.29.2/core/tools/fmt.ts https://deno.land/x/deno@v1.29.2/core/deno.ts
⚠️
deno install
behavior will change in Deno 2. To preserve the current behavior use the -g
or --global
flag.
error: Module not found "https://deno.land/x/deno@v1.29.2/cli/install.ts".0 Replies