shama / webpack-stream

:tropical_drink: Run webpack through a stream interface
MIT License
1.4k stars 123 forks source link

Unexpected end of input - npm install --save-dev webpack-stream #181

Closed baxri closed 6 years ago

baxri commented 6 years ago

Issue/Bug

There is a problem in instalation. when I run

npm install --save-dev webpack-stream

it throws exception

Unexpected end of input at 1:62026 rap":false,"directories":{},"dist":{"integrity":"sha512-tSqlO7/GZHAVS

webpack-error

OS info

WIndows 10 npm -v 5.3.0 node -v 8.5.0

shama commented 6 years ago

Looks like an issue with npm: https://github.com/npm/npm/issues/18036

And you can likely solve with npm cache clean.

baxri commented 6 years ago

It worked, Thanks :)