Replies: 3 comments 5 replies
-
|
You are using an extremely outdated version of opine |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Yeah, use the latest which I believe is |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@crowlKats @shadowtime2000 Thank you, you solved my issue for opine module. However, I still get 3 errors for using the bcrypt module: import * as bcrypt from "https://deno.land/x/bcrypt/mod.ts";
console.log(await bcrypt.hash("toEncrypt")); |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
(This is my first time using Deno, please don't flame me for beginner mistakes.)
When I run a simple file with no dependencies (e.g.
console.log("Hello")), everything works fine.As soon as I import a third-party library, I get loads of errors.
Script using third-party library:
Output:
Beta Was this translation helpful? Give feedback.
All reactions