deno2nix
deno2nix copied to clipboard
support npm modules
It was planned but deno compile
with npm modules not supported.
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?
deno compile
now supports npm modules https://deno.com/blog/v1.34