-
Hey I got really weird problem. I use CRA with TypeScript template. I cannot build my app using What I tried so far:
Package.json deps
Error:
Github Action:
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 10 replies
-
Can you check if this link works - https://stackoverflow.com/questions/63445967/githubs-action-is-not-building-react-application. It worked for me! |
Beta Was this translation helpful? Give feedback.
-
I fixed it by replacing |
Beta Was this translation helpful? Give feedback.
-
Pra mim ainda continua com problema |
Beta Was this translation helpful? Give feedback.
-
Facing the some issue: failing on CI but runs fine on local machine
my tsconfig:
|
Beta Was this translation helpful? Give feedback.
-
When you deploy your application using CI/CD, most servers contain by default the CI in true. It means that Neflify treating warnings as errors. Then, You must solve warnings in your project or execute the command |
Beta Was this translation helpful? Give feedback.
-
I'm getting this issue
|
Beta Was this translation helpful? Give feedback.
I fixed it by replacing
npm install
withnpm ci