React test fail on gitlab - reactjs

I am running react-scripts test --watchAll=false on gitlab ci and from time to time the test is failing without log
$ npm run test:nowatch
> app-xxx#0.1.0 test:nowatch /builds/xxx/app-xxx
> react-scripts test --watchAll=false
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! app-xxx#0.1.0 test:nowatch: `react-scripts test --watchAll=false`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the app-xxxs#0.1.0 test:nowatch script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2021-02-17T09_59_37_602Z-debug.log
ERROR: Job failed: exit code 1
There are no informations in /root/.npm/_logs/2021-02-17T09_59_37_602Z-debug.log
Test are working great in local and passing the 2nd time on gitlab

Related

npm start in my react app is disturbing , I can't run my site in live server

Could not find a required file. Name: index.js Searched in: C:\web devlopment\react-chat-application\chat-application\src npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! chat-application#0.1.0 start: react-scripts start npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the chat-application#0.1.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Black\AppData\Roaming\npm-cache_logs\2021-09-29T15_56_51_774Z-debug.log
Black#DESKTOP-N04CDRI MINGW64 /c/web devlopment/react-chat-application/chat-application (master) $

ASP.NET CORE with REACT.js npm run build code 1

When the project is trying to be deployed, I get the following Error:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! s2cweb_react#0.1.0 build: react-scripts --expose-gc --max-old-space-size=8192 build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the s2cweb_react#0.1.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/runner/.npm/_logs/2021-09-08T13_45_58_680Z-debug.log
/home/runner/work/MyProject/MyProjectApp/MyProjectApp.csproj(36,5): error MSB3073: The command "npm run build --prod" exited with code 1.
Error: Process completed with exit code 1.
I tried to change package.json as well as MyProjectApp.csproj but no luck. I Also tried without --prod but the same error persists. Please help me.

please provide solution for npm run error in reactjs

I'm trying to run a hello world in react js but shows the following error if i run npm start
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! helloword#0.1.0 start: `react-scripts start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the helloword#0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional log
ging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\User\AppData\Roaming\npm-cache\_logs\2020-04-15T17_12_06_7
00Z-debug.log

React build fails everytime with uglify error

I started a project using 'create-react-app' command and when I do npm run command the command is successfully run but when I use npm build command it fails with the following error everytime.
/usr/local/bin/node /usr/local/lib/node_modules/npm/bin/npm-cli.js run build --scripts-prepend-node-path=auto
> finteen-web#0.1.0 build /home/jayg/Documents/MyCode/Code/Web/finteen-web
> react-scripts build
Creating an optimized production build...
Failed to compile.
static/js/main.626dbb4b.js from UglifyJs
SyntaxError: Unexpected token: name (length) [/home/jayg/~/punycode/punycode.js:55,0]
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! finteen-web#0.1.0 build: `react-scripts build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the finteen-web#0.1.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/jayg/.npm/_logs/2019-12-13T17_52_13_422Z-debug.log
Process finished with exit code 1
With create-react-app version:0.9.5
Update your create-react-app version following the CHANGELOG.md of create react app

sh: 1: tailwind: not found when run npm start

Hi I configured tailwind css with react but keep getting error when I run npm start sh: 1: tailwind: not found
demo#0.1.0 start /home/tarek/Documents/Tong/tripcanvas-assesment
npm run tailwind:css && react-scripts start
demo#0.1.0 tailwind:css /home/tarek/Documents/Tong/tripcanvas-assesment
tailwind build src/css/tailwind.src.css -c tailwind.js -o src/css/tailwind.css
sh: 1: tailwind: not found
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! demo#0.1.0 tailwind:css: `tailwind build src/css/tailwind.src.css -c tailwind.js -o src/css/tailwind.css`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the demo#0.1.0 tailwind:css script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/tarek/.npm/_logs/2019-07-26T06_27_45_711Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! demo#0.1.0 start: `npm run tailwind:css && react-scripts start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the demo#0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/tarek/.npm/_logs/2019-07-26T06_27_45_757Z-debug.log
Can you show us your package.json?
Have you installed scripts at all? npm or yarn

Resources