Open grichardomi opened 4 years ago
cd ui-react npm install
I get the following error:
./src/components/global/Socket.js Line 1: 'React' is defined but never used no-unused-vars
./src/components/flightboard/Flightboard.js Line 55: 'now' is assigned a value but never used no-unused-vars
Search for the keywords to learn more about each warning. To ignore, add // eslint-disable-next-line to the line before.
That was "npm start" that I ran.
Following the installation steps, I got this error while running "npm run build"
"23 error Failed at the meet-easier@ build script 'cd ui-react && npm run build'."
Does anyone have any idea?