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

Deno check ignores vendoring #23097

Closed
wperron opened this issue Mar 27, 2024 · 1 comment
Closed

Deno check ignores vendoring #23097

wperron opened this issue Mar 27, 2024 · 1 comment
Labels
vendor related to the vendor subcommand

Comments

@wperron
Copy link
Contributor

wperron commented Mar 27, 2024

deno 1.41.3 (release, aarch64-apple-darwin)
v8 12.3.219.9
typescript 5.3.3

I am vendoring deps and using the following in my deno.json:

{
  "importMap": "./vendor/import_map.json",
  // ...
}

When running deno check, it reaches out to download the remote deps rather than using the vendor/'ed deps.

@wperron wperron added the vendor related to the vendor subcommand label Mar 27, 2024
@lucacasonato
Copy link
Member

You should use vendor: true. deno vendor is deprecated.

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

No branches or pull requests

2 participants