DEV Community

Cover image for npm ERR! Unexpected end of JSON input while parsing near
Rishi
Rishi

Posted on

npm ERR! Unexpected end of JSON input while parsing near

You are trying to create a new angular, react, vue app, and you end up with an error message saying:

npm ERR! Unexpected end of JSON input while parsing near

Alt Text

There's a high chance that your npm cache been damaged.

Try:

npm cache clean --force

If you are a windows user, try deleting all files in this folder:

C:\Users{{your-username}}\AppData\Roaming\npm-cache

Then...

npm cache verify

If that doesn't work, try updating to the lastest (understand the risks)

npm i npm@latest -g

I hope this helps!

Oldest comments (45)

Collapse
 
madhusudanbabar profile image
Krypton | Madhusudan Babar

But i get this error for every single installation,
I tried with --cache to temporarily set another cache directory but still,
It happens everytime with me

Collapse
 
rishiabee profile image
Rishi • Edited

Normally,
npm cache clean --force
solves the problem for most people.

If you scenario permits, you can consider a full uninstall of npm + delete the C:\Users{{your-username}}\AppData\Roaming\npm-cache folder.

Then re-install npm.

Finally, if nothing works for you, give yarnpkg.com/ a try.
You'll find yarn faster than npm :-)

Collapse
 
madhusudanbabar profile image
Krypton | Madhusudan Babar

Yeah,
I already switched to yarn
Thanks 😇

Thread Thread
 
rishiabee profile image
Rishi

Nice!!!
Always have a plan B :-)

Thread Thread
 
arrefl profile image
Ariel Reyes

How can I really switch to Yarn and avoid PACKAGE.JSON MIXING?

Thread Thread
 
arrefl profile image
Ariel Reyes

Ahhh Sorry. Thnks it worked.

Collapse
 
akhi1 profile image
Akhil

Sorted out my "workflow error" issue thanks @rishi

Collapse
 
rishiabee profile image
Rishi

Nice! ;-)

Collapse
 
abrahamhassan08 profile image
Abraham Hassan

Rishi, thank you so much for the instructions! This fixed the error.

Collapse
 
rishiabee profile image
Rishi

Glad it helped!

Collapse
 
davidolawale profile image
David Olawale

Thanks, it works

Collapse
 
dmakuto profile image
Derick Makuto Simiyu

Unexpected end of JSON input while parsing near '...13G5T8C+0g+Ie\nFKMevH'
I'm a windows user n got the above error while running create-react-app on my terminal.
After deleting everything in npm-cache, then ran npm cache verify, the create-react-app command installed...
Thanks!

Collapse
 
rishiabee profile image
Rishi

Nice!!!

Collapse
 
ronnielutalo profile image
Ronnie Lutalo

Hello! this has worked for me too. Thanks!

Collapse
 
drozerah profile image
Drozerah

Facing the same issue, I ended up with your solution and it work ! Thank you Rishi !

Collapse
 
rishiabee profile image
Rishi

Fantastic ;)

Collapse
 
russelsantos19 profile image
Russel Santos

I had the same problem but npm cache clean --force didn't work for me. What I did was CLEAN MY PC using my cleaner(CCleaner) and npm install work now. I did it because the problem appears after I uninstall my node.js because I want to install nvm-windows on my PC (docs.microsoft.com/en-us/windows/n...), but after I did it I think some files and folders was leave behind making a conflict after I install node using nvm thus npm install do not work. So I thought cleaning my pc would solve the problem and it did.
These are just my thoughts. Hope to help someone.

Collapse
 
infortraining profile image
infortraining

Resolveu meu problema, muito obrigado!

Collapse
 
ollyimanishimwe profile image
Olly

Thanks!
it worked smothly.

Collapse
 
incubers31 profile image
incubers31

E:\xampp\htdocs\sumit\angular>npm install -g @angular/cli
npm ERR! Response timeout while trying to fetch registry.npmjs.org/@schematics%2fa... (over 30000ms)

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\sam\AppData\Roaming\npm-cache_logs\2020-07-20T06_40_14_633Z-debug.log

Please tell me why this issue occurring during installing Angular

Collapse
 
philme1 profile image
Philme1

Thanks so much Rishi, I have been battling this for weeks now, your solution worked for me

Collapse
 
pradip_nalwaya profile image
Pradip Nalwaya

Hey Rishi, Thanks for it.
After Cashe and Delete All data from \AppData\Roaming\npm-cache. Then Updates npm with Latest Version. and Install Cordova . now it's done. Working Fine, Now All.

Collapse
 
joshtom profile image
Joshua Olajide

This Article just got a 2-day error fixed. Please don't stop writing! :)

Collapse
 
robinkartikeyakhatri profile image
Robin Kartikeya Khatri

Thanks a lot 👍🙏

Collapse
 
react_dev_gani profile image
React_dev_Gani

im facing 8 hours now i got resolved your steps really help me thanks lot Rishi sir