typescript-starter icon indicating copy to clipboard operation
typescript-starter copied to clipboard

Unexpected end of JSON input Error

Open yxor opened this issue 5 years ago • 1 comments

  • I'm submitting a ... [x] bug report [ ] feature request [ ] question about the decisions made in the repository [ ] question about how to use this project

  • Summary This doesn't work, throws npm ERR

  • Other information (e.g. detailed explanation, stack traces, related issues, suggestions on how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.)

>npx typescript-starter
npm ERR! Unexpected end of JSON input while parsing near '...all":"https://registr'

npm ERR! A complete log of this run can be found in:
npm ERR!  ...\npm-cache\_logs\2021-01-22T14_34_20_879Z-debug.log
Install for [ 'typescript-starter@latest' ] failed with code 1

yxor avatar Jan 22 '21 14:01 yxor

Hi, today I have created a new project with this library without problems. Maybe, this issue is solved executing this:

npm cache clean --force
npx typescript-starter

normeno avatar Feb 26 '22 04:02 normeno