nix-npm-buildpackage icon indicating copy to clipboard operation
nix-npm-buildpackage copied to clipboard

copy deps folder

Open angerman opened this issue 2 years ago • 0 comments

dealing with package local dependencies can be a hassle. The solution here is to force package local dependencies to be in the deps folder. This likely will require some massaging of the package-lock.json; however it's an ok tradeoff to me between auto-detection complexity and offering an escape hatch for local dependencies.

NB: Yes this is an escape hatch hack, but maybe it's a compromise until #18 is solved?

angerman avatar Jun 24 '22 12:06 angerman