microsoft / TypeScript-Node-Starter

A reference example for TypeScript and Node with a detailed README describing how to use the two together.
MIT License
11.31k stars 2.77k forks source link

Receiving Unexpected end of JSON error #213

Open mchavarriae opened 5 years ago

mchavarriae commented 5 years ago

npm ERR! Unexpected end of JSON input while parsing near '...server"},"directories'

I tried npm run cache clean --force but it didn't help

peterblazejewicz commented 5 years ago

Can you create a gist with content of the NPM error log? (redacting sensitive paths ofc) and post a link? The log should contain information which specific package fails. The project here does not use any custom, locally registered NPM packages, only public ones.