scrollstory icon indicating copy to clipboard operation
scrollstory copied to clipboard

Fix npm install

Open martgnz opened this issue 4 years ago • 0 comments

This PR lets you run npm install. Right now it's failing due to a missing package.

Parallelshell (which ran some npm scripts) depends on event-stream. Some time ago there was an incident and the specific version of event-stream that npm resolves got deleted from npm. I solved this by replacing it with npm-run-all.

martgnz avatar May 21 '20 21:05 martgnz