danxfisher/MeetEasier

Error Running npm run build

grichardomi opened this issue · 2 comments

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?

cd ui-react
npm install

I get the following error:

  1. ./src/components/global/Socket.js
    Line 1: 'React' is defined but never used no-unused-vars

  2. ./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.