-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 gfm vendoring issues #21415
Comments
Does it work with the new Note that the |
@dsherret I couldn't make it work either, it's not clear to me if I should run |
ping @dsherret |
Basically once
They should be vendored on first run.
You can disable the node_modules auto-install/vendoring by setting So I looked into this issue more and I think this is a design limitation with import maps. I'm not super knowledgable on them, but it seems like there's no way to map a specifier like I opened a PR denoland/deno-gfm#83 -- that should fix this and not require code changes. |
Upgrading to deno-gfm 0.3.0 should fix the issue now. |
Thanks, will check @dsherret |
Now it's a different problem, (using Deno 1.39.1) ![]() |
Yeah, that's expected. The Regarding the original
|
Oh, I forgot to mention that the problem is exactly that, it changed my deno.json file and points to an import_map.json that do not exists @dsherret, it's easy to reproduce, just try with the repo that I mentioned |
Just to let you know. I changed my approach because I couldn't make it work with vendor command nor --vendor option. It was much simpler to just zip the entire |
Version: Deno 1.38.4
I encountered a bug related to vendoring dependencies while using deno. The problem becomes apparent when attempting to vendor the deno-gfm library. For detailed information on how to reproduce this issue, please refer to the repository:
https://github.com/mcandeia/deno-vendor-bug
To reproduce, fork the repository and try to run with
--no-remote
options poiting to vendor/import_map.json fileThe text was updated successfully, but these errors were encountered: