Skip to content
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

Instructions to install CLI don't work #25

Open
rherrmann opened this issue Nov 16, 2023 · 1 comment
Open

Instructions to install CLI don't work #25

rherrmann opened this issue Nov 16, 2023 · 1 comment

Comments

@rherrmann
Copy link

The instructions given in the README to install the CLI don't work.

error: Unable to load 'https://deno.land/x/nocuous/import_map.json' import map

Caused by:
    Import 'https://deno.land/x/[email protected]/import_map.json' failed, not found.

It seems the import map has been moved to deno.json. After replacing import_map.json with deno.json the installation succeeds, but shows warnings whenever the tool is invoked.

Import map diagnostics:
  - Invalid top-level key "fmt". Only "imports" and "scopes" can be present.
  - Invalid top-level key "lint". Only "imports" and "scopes" can be present.
  - Invalid top-level key "tasks". Only "imports" and "scopes" can be present.
@joseph-giron
Copy link

version 1.0.2 contains the import_map.json file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants