mmckegg/loop-drop-app

Dependency pull-stream-to-stream missing

walcovanloon opened this issue · 1 comments

package.json contains a reference to github:mmckegg/pull-stream-to-stream#e436acee18b71af8e71d1b5d32eee642351517c7, but this repository doesn't seem to exist anymore.

Yes. :(

As a workaround make the following change to loop-drop-app\package.json:

replace ln57

"pull-stream-to-stream": "github:mmckegg/pull-stream-to-stream#e436acee18b71af8e71d1b5d32eee642351517c7",

with

"pull-stream-to-stream": "^2.0.0",

After this change npm can successfully complete the install.