We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
That was "npm start" that I ran.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: