-
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
Missing doc - how to use deno dependencies when running runtime from Rust? #27881
Comments
My second try was to use the MainWorker with 0.196.0:
Project structure:
Still fails though:
|
Using |
Hey @bartlomieju , This is for sure sad, but I'll try. Do I get it correctly that |
Assuming I have a project like so:
Where I've installed deno deps in
deno.json
:And I have an example JS file:
I'm running JS within Rust in a function closely copied from this example:
And it cannot resolve the import, throwing unresolved:
How can I "point" deno to use its dependencies when running from Rust?
The text was updated successfully, but these errors were encountered: