abi
abi16mo ago

Importing local Node.js modules

I have a local Node.js/TS package in local directory /foo/bar/leet/package.json – Is there any way to import and use this in a Deno project?
3 Replies
abi
abi16mo ago
The use case here is that I have a lot of Node.js modules which comprise a larger system, and I want to start converting everything to Deno, but it doesn't make sense doing everything in one fell swoop. I'm trying to convert just one Node.js package at a time to Deno.
Unknown User
Unknown User13mo ago
Message Not Public
Sign In & Join Server To View
abi
abi13mo ago
Unfortunately I have still not found a decent solution to this.