I have the following code...
// test.mjs
import {MongoClient} from "https://dev.jspm.io/mongodb";
console.log("Loaded");
But when I run deno run ./test.mjs
I get...
Download https://dev.jspm.io/npm:require_optional@1.0.1/index.dew.js
error: Import 'https://dev.jspm.io/npm:require_optional@1.0.1/index.dew.js' failed: 500 Internal Server Error
at https://dev.jspm.io/npm:require_optional@1?dew:1:0
What I am missing? I am using ChromeOs so basically Linux.