-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
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
Project failed to compile using node v16.13.1 and npm v8.1.2 #93
Comments
The issue stays the same with updated versions of I was able to compile and start the project after doing the following, which is clearly not clean:
It's still gives a huge load of warnings:
It would be nice to have an update from Twilio. This self-hosted example wasn't updated for 2 years. |
For those that run into issues, I had to do the above but both comments did not mention needing to upgrade to "react-scripts": "5.0.1" from v3. This repo really needs to be updated! |
Hey @blakecodes, would you mind sharing your package.json ? |
Expected Behavior
The project is launched after executing the
npm start
command.Current Behavior
The projet failed to compile with the error message
Steps to Reproduce
node v16.13.1
andnpm v8.1.2
flex-ui-sample
from themain
branch.npm install
at the root of the project.npm start
at the root of the project.Context (Environment)
node:
v16.13.1
npm:
v8.1.2
package.json:
The text was updated successfully, but these errors were encountered: