Answers for "syntaxerror: unexpected end of json input at json.parse (<anonymous>) for empty file"

1

Unexpected end of JSON input while parsing near

Open Windows Powershell as admin
npm cache clean --force
solved the problem for me

Alternative : You can use yarn instead
npm install -g yarn
Posted by: Guest on December-07-2020

Code answers related to "syntaxerror: unexpected end of json input at json.parse (<anonymous>) for empty file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language