deno2nix icon indicating copy to clipboard operation
deno2nix copied to clipboard

support npm modules

Open SnO2WMaN opened this issue 2 years ago • 2 comments

It was planned but deno compile with npm modules not supported.

SnO2WMaN avatar Nov 16 '22 10:11 SnO2WMaN

Thanks for this repo - it's cool! :pray:

I'm a total Deno noob, but I really like not having to fiddle with typescript config, etc, so I want to try to package my stuff with deno+nix. That said, lack of access to the npm ecosystem is a non-starter for me.

It tried the npm example in this repo and couldn't get it to work. Did it ever work? What's needed to make it work?

d4hines avatar Apr 01 '23 13:04 d4hines

deno compile now supports npm modules https://deno.com/blog/v1.34

tsirysndr avatar Oct 05 '23 14:10 tsirysndr