local-npm/local-npm

looking to tarball local packages for development

オープン

#171 opened on 2018/05/14

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (80 件のフォーク)batch import
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.

コントリビューターガイド