danxfisher / MeetEasier

MeetEasier is a web application that visualizes meeting room availability. It works using Exchange Web Services (EWS) with Exchange room lists in Office 365.
GNU General Public License v3.0
279 stars 74 forks source link

Error Running npm run build #67

Open grichardomi opened 4 years ago

grichardomi commented 4 years ago

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?

grichardomi commented 4 years ago

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.

grichardomi commented 4 years ago

That was "npm start" that I ran.