4

Trying to follow tutorial on react (Here: https://hackernoon.com/simple-react-development-in-2017-113bd563691f), but I keep getting JSON error "Error parsing JSON. unexpected end of JSON input." I'm using yarn. How do i fix the JSON input?

0

2 Answers 2

5

i faced the same issue & this solved the issue :

try the below command in your terminal

npm cache clean --force

solution ref

Sign up to request clarification or add additional context in comments.

Comments

0

For me the answer given by @M.abosalem didn't work but

yarn cache clean

did the trick

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.