lookupService is not a function
Hello. I was looking to rewrite a small NodeJS app with Deno2 to simplify the setup. It uses the
node-opcua
npm package. but when I import it, it throws an error.
Package was added with deno add npm:node-opcua
. This is the deno.json
main.ts
looks like this
Any thoughts?2 Replies
Looks like a bug. I've filed an issue for that https://github.com/denoland/deno/issues/26300
Ah, thank you 🙃