1. Install ReactCLI
command:
npm install react-cli react
2. Change set to export in scripts
ex.
set NODE_OPTIONS=--openssl-legacy-provider && react-scripts start
export NODE_OPTIONS=--openssl-legacy-provider && react-scripts start
1. Install ReactCLI
command:
npm install react-cli react
2. Change set to export in scripts
ex.
set NODE_OPTIONS=--openssl-legacy-provider && react-scripts start
export NODE_OPTIONS=--openssl-legacy-provider && react-scripts start
Comments
Post a Comment