问题
I am trying to install firebase in my fresh react project, I could not able to install it.
Whether it is an error or the npm is taking time. I am waiting for more than half an hour.
回答1:
Try this (you may need to run sudo
or if you're on Windows, open cmd
as Admin)..
npm cache clean --force
then run
npm install firebase
来源:https://stackoverflow.com/questions/57937608/facing-error-while-installing-firebase-via-npm-unexpected-end-of-json-input-wh