When I run npm start it throws this error:
Proxy inside package.json must be a string react issue
Here is how it looks inside package.json:
"private": true,
"proxy": {
"api/v1/*": {
"target": "localhost:4444"
}
},
"dependencies": {...
How can this be fixed? What is wrong?