We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Every time i try to load modules like bcrypt, mongo and etc. code crashes and shows me this error.
error: The system cannot find the path specified. (os error 3).
error: The system cannot find the path specified. (os error 3)
import { Application, Router } from "https://deno.land/x/oak/mod.ts"; import { init, mongoClient } from "https://deno.land/x/mongo/mod.ts";
here first line is executed correctly, but the second line throws an error.
The text was updated successfully, but these errors were encountered:
Maybe related to #5982 if you are importing ts from a js file. Try downgrading to 1.0.2 if you are on 1.0.3 to see if it fixes it.
ts
js
Sorry, something went wrong.
So i can't use typescript modules with javascript?
@shotikot this is a regression in 1.0.3 which will be fixed by #6000
1.0.3
This should be fixed in 1.0.4
I updated to 1.0.5 but still get the same error. It works well on 1.0.2
bartlomieju
No branches or pull requests
Every time i try to load modules like bcrypt, mongo and etc. code crashes and shows me this error.
error: The system cannot find the path specified. (os error 3)
.here first line is executed correctly, but the second line throws an error.
The text was updated successfully, but these errors were encountered: