I found similar question here When specified, "proxy" in package.json must be a string ,
but the solution is not working for me , please help me to set up proxy in create-react-app(2.0)
I use "proxy": "http://localhost:8888"
in my package.json
, but some times it gives error like Error connect from http://localhost:3000 to http://localhost:8888
How to avoid this kind of error ?