Revadike
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