enhancementhelp wanted
Repository metrics
- Stars
- (1,173 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
I am looking for some advice to this question: https://stackoverflow.com/questions/50323118/intercept-outgoing-http-requests-to-npmjs-org-etc
I am looking for a locally running server that can tarball local npm packages on my filesystem, so that when I test local package A inside a locally running Docker container, it can pick up package B which is on my local host filesystem.
Normally I would using npm link or similar, but with locally running Docker containers, symlinks beween host and container don't really work with Docker afaik.