james-proxy / james

Web Debugging Proxy Application
1.42k stars 126 forks source link

Not Found: event-stream@3.3.6 #397

Closed ivanbrykov closed 5 years ago

ivanbrykov commented 5 years ago

Trying to install from freshly cloned repo. After running npm install I get this:

npm ERR! code E404
npm ERR! 404 Not Found: event-stream@3.3.6

It seems this version of event-stream package was removed due to some vulnerability.

mitchhentges commented 5 years ago

Hey, thanks for the report! Just set up a little environment on the fly here: I'm using npm@3.5.2, and npm install on a fresh clone seems to be OK. event-stream is no longer even downloaded, so I'm starting to think that a package between us and the transitive event-stream dependency changed what it used, meaning that event-stream is no longer necessary.

Are you still able to reproduce this issue? If yes, what version of npm are you using?

ivanbrykov commented 5 years ago

my node version is 10.14.1, npm 6.4.1 and issue is still there, yes.

mitchhentges commented 5 years ago

Thanks for the quick response! I'm check this out in the next week, just have some alternate plans going on at the moment