Open devByGelu opened 4 years ago
1st cd client npm install http-proxy-middleware --save 2nd
cd client
npm install http-proxy-middleware --save
in order for this to work (april 2021), you should change the first line to: const createProxyMiddleware = require('http-proxy-middleware')
const createProxyMiddleware = require('http-proxy-middleware')
1st
cd client
npm install http-proxy-middleware --save
2nd