Schmuki
Importing NPM Packages in Deno Throws 'Uncaught SyntaxError' for Specific Modules
Hi there, I'm relatively new to Deno. I'm running into an error with an NPM package import.
The code works fine with NodeJS. I've tried using Deno run with the
--unstable
flag but got the same error message. I've also tried other packages (express for example) which worked just fine. Am I doing something wrong here? Do I need to configure something to get the package to work with Deno?3 replies