Revadike
Revadike
DDeno
Created by Revadike on 4/20/2025 in #help
Local npm package
I have a private local npm package located in /packages/my-package, which has its own npm dependencies. How can I install this in my deno project (same repository)? I'm reading it should be possible now with https://github.com/denoland/deno/issues/15624, but I dont know how to implement this. Does it require the package to be published? How do I import it?
8 replies