In Build command from Netlify app: Command failed with exit code 1: CI= npm run build

Hi Everyone,

I try to publish my angular project (with springboot backend which deployed with heroku). But the build step failed…

There is a part of my package.json :
{
“name”: “stockmanager-frontend”,
“version”: “0.0.0”,
“scripts”: {
“ng”: “ng”,
“start”: “ng serve --ssl=true --proxy-config config/proxy.conf.json”,
“build”: “ng build --prod”,
“test”: “ng test”,
“lint”: “ng lint”,
“e2e”: “ng e2e”
},

I need some help :sweat_smile:

Thank’s a lot

Welcome to the forums @MisterFarouk

Unfortunately your screenshot has cut off import debug information.

If your deploy logs are public please post the URL, otherwise post the full log inside a code block, then others can help you debug.

From the image, it looks like a problem with the generated CSS’ file size. You might need to change the values in package.json:

Here is the url : Netlify App

Thank you for your response

Unfortunately your log isn’t public. Suggest you have a look at @hrishikesh suggestion.

The relevant part of the log:

$ npm run build
3:28:39 AM: > stockmanager-frontend@0.0.0 build /opt/build/repo
3:28:39 AM: > ng build --prod --base-href=https://stockmanager-easybusiness.netlify.app
3:28:49 AM: Compiling @angular/core : es2015 as esm2015
3:28:49 AM: Compiling @angular/animations : es2015 as esm2015
3:28:49 AM: Compiling @angular/cdk/keycodes : es2015 as esm2015
3:28:49 AM: Compiling @angular/compiler/testing : es2015 as esm2015
3:28:50 AM: Compiling @angular/service-worker/config : es2015 as esm2015
3:29:02 AM: Compiling @angular/common : es2015 as esm2015
3:29:02 AM: Compiling @angular/cdk/collections : es2015 as esm2015
3:29:02 AM: Compiling @angular/animations/browser : es2015 as esm2015
3:29:02 AM: Compiling @angular/cdk/observers : es2015 as esm2015
3:29:02 AM: Compiling @angular/core/testing : es2015 as esm2015
3:29:02 AM: Compiling @ngx-translate/core : es2015 as esm2015
3:29:06 AM: Compiling @eisberg-labs/ngx-barcode-scanner : es2015 as esm2015
3:29:15 AM: Compiling ng2-charts : es2015 as esm2015
3:29:15 AM: Compiling @angular/cdk/accordion : es2015 as esm2015
3:29:17 AM: Compiling @angular/cdk/platform : es2015 as esm2015
3:29:20 AM: Compiling @angular/cdk/bidi : es2015 as esm2015
3:29:21 AM: Compiling @angular/platform-browser : es2015 as esm2015
3:29:22 AM: Compiling @angular/forms : es2015 as esm2015
3:29:22 AM: Compiling @angular/cdk/portal : es2015 as esm2015
3:29:24 AM: Compiling @angular/cdk/a11y : es2015 as esm2015
3:29:25 AM: Compiling @angular/common/http : es2015 as esm2015
3:29:29 AM: Compiling @angular/cdk/scrolling : es2015 as esm2015
3:29:33 AM: Compiling @angular/platform-browser/animations : es2015 as esm2015
3:29:34 AM: Compiling @angular/cdk/layout : es2015 as esm2015
3:29:35 AM: Compiling @angular/flex-layout/core : es2015 as esm2015
3:29:35 AM: Compiling @angular/cdk/text-field : es2015 as esm2015
3:29:37 AM: Compiling @angular/router : es2015 as esm2015
3:29:39 AM: Compiling @angular/cdk/stepper : es2015 as esm2015
3:29:42 AM: Compiling @angular/cdk/overlay : es2015 as esm2015
3:29:43 AM: Compiling @angular/material/core : es2015 as esm2015
3:29:44 AM: Compiling @angular/cdk/table : es2015 as esm2015
3:29:44 AM: Compiling @angular/cdk/tree : es2015 as esm2015
3:29:46 AM: Compiling @angular/flex-layout/extended : es2015 as esm2015
3:29:49 AM: Compiling @angular/flex-layout/flex : es2015 as esm2015
3:29:50 AM: Compiling @angular/flex-layout/grid : es2015 as esm2015
3:29:52 AM: Compiling @angular/platform-browser-dynamic : es2015 as esm2015
3:29:54 AM: Compiling @angular/platform-browser/testing : es2015 as esm2015
3:29:55 AM: Compiling @angular/material/form-field : es2015 as esm2015
3:29:55 AM: Compiling @angular/material/button : es2015 as esm2015
3:29:56 AM: Compiling @angular/material/icon : es2015 as esm2015
3:29:59 AM: Compiling @angular/material/tooltip : es2015 as esm2015
3:30:01 AM: Compiling @angular/material/sort : es2015 as esm2015
3:30:02 AM: Compiling @angular/material/dialog : es2015 as esm2015
3:30:02 AM: Compiling @angular/material/divider : es2015 as esm2015
3:30:05 AM: Compiling @angular/common/testing : es2015 as esm2015
3:30:07 AM: Compiling @angular/material/input : es2015 as esm2015
3:30:07 AM: Compiling @angular/material/select : es2015 as esm2015
3:30:10 AM: Compiling cdk-table-exporter : es2015 as esm2015
3:30:10 AM: Compiling @angular/animations/browser/testing : es2015 as esm2015
3:30:12 AM: Compiling @angular/cdk/clipboard : es2015 as esm2015
3:30:14 AM: Compiling @angular/cdk/drag-drop : es2015 as esm2015
3:30:14 AM: Compiling @angular/common/http/testing : es2015 as esm2015
3:30:18 AM: Compiling @angular/flex-layout : es2015 as esm2015
3:30:18 AM: Compiling @angular/material/autocomplete : es2015 as esm2015
3:30:18 AM: Compiling @angular/material/badge : es2015 as esm2015
3:30:19 AM: Compiling @angular/material/bottom-sheet : es2015 as esm2015
3:30:20 AM: Compiling @angular/material/paginator : es2015 as esm2015
3:30:22 AM: Compiling @angular/material/button-toggle : es2015 as esm2015
3:30:23 AM: Compiling @angular/material/card : es2015 as esm2015
3:30:28 AM: Compiling @angular/material/checkbox : es2015 as esm2015
3:30:28 AM: Compiling @angular/material/chips : es2015 as esm2015
3:30:30 AM: Compiling @angular/material/datepicker : es2015 as esm2015
3:30:30 AM: Compiling @angular/material/expansion : es2015 as esm2015
3:30:31 AM: Compiling @angular/material/grid-list : es2015 as esm2015
3:30:32 AM: Compiling @angular/material/table : es2015 as esm2015
3:30:32 AM: Compiling @angular/material/icon/testing : es2015 as esm2015
3:30:37 AM: Compiling @angular/material/list : es2015 as esm2015
3:30:38 AM: Compiling @angular/material/menu : es2015 as esm2015
3:30:40 AM: Compiling @angular/material/progress-bar : es2015 as esm2015
3:30:41 AM: Compiling @angular/material/progress-spinner : es2015 as esm2015
3:30:41 AM: Compiling @angular/material/radio : es2015 as esm2015
3:30:43 AM: Compiling @angular/material/sidenav : es2015 as esm2015
3:30:45 AM: Compiling @angular/material/slide-toggle : es2015 as esm2015
3:30:47 AM: Compiling @angular/material/slider : es2015 as esm2015
3:30:51 AM: Compiling @angular/material/snack-bar : es2015 as esm2015
3:30:51 AM: Compiling @angular/material/stepper : es2015 as esm2015
3:30:51 AM: Compiling @angular/material/tabs : es2015 as esm2015
3:30:51 AM: Compiling @angular/material/toolbar : es2015 as esm2015
3:30:53 AM: Compiling @angular/material/tree : es2015 as esm2015
3:30:55 AM: Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015
3:30:57 AM: Compiling @angular/router/testing : es2015 as esm2015
3:30:59 AM: Compiling @angular/service-worker : es2015 as esm2015
3:31:02 AM: Compiling @angular-material-components/file-input : es2015 as esm2015
3:31:02 AM: Compiling @auth0/angular-jwt : es2015 as esm2015
3:31:03 AM: Compiling @ngx-translate/http-loader : es2015 as esm2015
3:31:03 AM: Compiling angular-bootstrap-md : es2015 as esm2015
3:31:04 AM: Compiling angularx-social-login : es2015 as esm2015
3:31:04 AM: Compiling mat-table-exporter : es2015 as esm2015
3:31:07 AM: Compiling ng-inline-svg : module as esm5
3:31:08 AM: Compiling ngx-avatar : es2015 as esm2015
3:31:11 AM: Compiling ngx-barcode-scanner : es2015 as esm2015
3:31:11 AM: Compiling ngx-cookie-service : es2015 as esm2015
3:31:11 AM: Compiling ngx-qrcode2 : es2015 as esm2015
3:31:16 AM: Compiling ngx-toastr : es2015 as esm2015
3:33:45 AM: WARNING in ./src/app/modules/payment/payment-update/payment-update.component.scss
3:33:45 AM: Module Warning (from ./node_modules/postcss-loader/src/index.js):
3:33:45 AM: Warning
3:33:45 AM: (763:3) end value has mixed support, consider using flex-end instead
3:33:45 AM: WARNING in ./src/app/modules/payment/payment-get/payment-get.component.scss
3:33:45 AM: Module Warning (from ./node_modules/postcss-loader/src/index.js):
3:33:45 AM: Warning
3:33:45 AM: (787:3) end value has mixed support, consider using flex-end instead
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/app.component.scss. Budget 6 kB was not met by 10.8 kB with a total of 16.8 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/article/article.component.scss. Budget 6 kB was not met by 7.7 kB with a total of 13.7 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/supplier/supplier.component.scss. Budget 6 kB was not met by 7.7 kB with a total of 13.7 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/transaction/transaction.component.scss. Budget 6 kB was not met by 7.7 kB with a total of 13.7 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/payment/payment.component.scss. Budget 6 kB was not met by 7.7 kB with a total of 13.7 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/easter-egg/easter-egg.component.scss. Budget 6 kB was not met by 7.83 kB with a total of 13.8 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/core/loader/loader.component.scss. Budget 6 kB was not met by 7.81 kB with a total of 13.8 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/core/scan-barcode/scan-barcode.component.scss. Budget 6 kB was not met by 7.9 kB with a total of 13.9 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/shared/confirm-dialog/confirm-dialog.component.scss. Budget 6 kB was not met by 7.96 kB with a total of 14 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/core/popup/popup.component.scss. Budget 6 kB was not met by 8.49 kB with a total of 14.5 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/home/home.component.scss. Budget 6 kB was not met by 10.4 kB with a total of 16.4 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/shared/components/icon/icon.component.scss. Budget 6 kB was not met by 7.73 kB with a total of 13.7 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/template/administration/administration.component.scss. Budget 6 kB was not met by 7.83 kB with a total of 13.8 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/article/article-delete/article-delete.component.scss. Budget 6 kB was not met by 8.09 kB with a total of 14.1 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/supplier/supplier-delete/supplier-delete.component.scss. Budget 6 kB was not met by 8.09 kB with a total of 14.1 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/transaction/transaction-delete/transaction-delete.component.scss. Budget 6 kB was not met by 8.09 kB with a total of 14.1 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/payment/payment-delete/payment-delete.component.scss. Budget 6 kB was not met by 8.09 kB with a total of 14.1 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/article/article-get-by-code/article-get-by-code.component.scss. Budget 6 kB was not met by 9.07 kB with a total of 15.1 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/supplier/supplier-get/supplier-get.component.scss. Budget 6 kB was not met by 9.1 kB with a total of 15.1 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/article/article-update/article-update.component.scss. Budget 6 kB was not met by 9.45 kB with a total of 15.5 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/supplier/supplier-update/supplier-update.component.scss. Budget 6 kB was not met by 9.43 kB with a total of 15.4 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/payment/payment-get/payment-get.component.scss. Budget 6 kB was not met by 9.63 kB with a total of 15.6 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/transaction/transaction-get/transaction-get.component.scss. Budget 6 kB was not met by 10.1 kB with a total of 16.1 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/article/article-add/article-add.component.scss. Budget 6 kB was not met by 9.07 kB with a total of 15.1 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/supplier/supplier-add/supplier-add.component.scss. Budget 6 kB was not met by 9.46 kB with a total of 15.5 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/transaction/transaction-add/transaction-add.component.scss. Budget 6 kB was not met by 9.88 kB with a total of 15.9 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/payment/payment-update/payment-update.component.scss. Budget 6 kB was not met by 10.4 kB with a total of 16.4 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/payment/payment-add/payment-add.component.scss. Budget 6 kB was not met by 13.5 kB with a total of 19.5 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/template/error/error.component.scss. Budget 6 kB was not met by 8.3 kB with a total of 14.3 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/template/login/login.component.scss. Budget 6 kB was not met by 12.6 kB with a total of 18.6 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/template/administration/nav-menu/nav-menu.component.scss. Budget 6 kB was not met by 7.57 kB with a total of 13.6 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/template/administration/header/header.component.scss. Budget 6 kB was not met by 9.13 kB with a total of 15.1 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/modules/dashboard/dashboard.component.scss. Budget 6 kB was not met by 10.2 kB with a total of 16.2 kB.
3:33:45 AM: WARNING in Exceeded maximum budget for /opt/build/repo/src/app/core/scan-barcode/shopping-cart-item/shopping-cart-item.component.scss. Budget 6 kB was not met by 8.14 kB with a total of 14.1 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/app.component.scss. Budget 10 kB was not met by 6.85 kB with a total of 16.8 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/article/article.component.scss. Budget 10 kB was not met by 3.7 kB with a total of 13.7 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/supplier/supplier.component.scss. Budget 10 kB was not met by 3.7 kB with a total of 13.7 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/transaction/transaction.component.scss. Budget 10 kB was not met by 3.7 kB with a total of 13.7 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/payment/payment.component.scss. Budget 10 kB was not met by 3.7 kB with a total of 13.7 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/easter-egg/easter-egg.component.scss. Budget 10 kB was not met by 3.83 kB with a total of 13.8 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/core/loader/loader.component.scss. Budget 10 kB was not met by 3.81 kB with a total of 13.8 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/core/scan-barcode/scan-barcode.component.scss. Budget 10 kB was not met by 3.9 kB with a total of 13.9 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/shared/confirm-dialog/confirm-dialog.component.scss. Budget 10 kB was not met by 3.96 kB with a total of 14 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/core/popup/popup.component.scss. Budget 10 kB was not met by 4.49 kB with a total of 14.5 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/home/home.component.scss. Budget 10 kB was not met by 6.38 kB with a total of 16.4 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/shared/components/icon/icon.component.scss. Budget 10 kB was not met by 3.73 kB with a total of 13.7 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/template/administration/administration.component.scss. Budget 10 kB was not met by 3.83 kB with a total of 13.8 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/article/article-delete/article-delete.component.scss. Budget 10 kB was not met by 4.09 kB with a total of 14.1 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/supplier/supplier-delete/supplier-delete.component.scss. Budget 10 kB was not met by 4.09 kB with a total of 14.1 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/transaction/transaction-delete/transaction-delete.component.scss. Budget 10 kB was not met by 4.09 kB with a total of 14.1 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/payment/payment-delete/payment-delete.component.scss. Budget 10 kB was not met by 4.09 kB with a total of 14.1 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/article/article-get-by-code/article-get-by-code.component.scss. Budget 10 kB was not met by 5.07 kB with a total of 15.1 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/supplier/supplier-get/supplier-get.component.scss. Budget 10 kB was not met by 5.1 kB with a total of 15.1 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/article/article-update/article-update.component.scss. Budget 10 kB was not met by 5.45 kB with a total of 15.5 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/supplier/supplier-update/supplier-update.component.scss. Budget 10 kB was not met by 5.43 kB with a total of 15.4 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/payment/payment-get/payment-get.component.scss. Budget 10 kB was not met by 5.63 kB with a total of 15.6 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/transaction/transaction-get/transaction-get.component.scss. Budget 10 kB was not met by 6.13 kB with a total of 16.1 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/article/article-add/article-add.component.scss. Budget 10 kB was not met by 5.07 kB with a total of 15.1 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/supplier/supplier-add/supplier-add.component.scss. Budget 10 kB was not met by 5.46 kB with a total of 15.5 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/transaction/transaction-add/transaction-add.component.scss. Budget 10 kB was not met by 5.88 kB with a total of 15.9 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/payment/payment-update/payment-update.component.scss. Budget 10 kB was not met by 6.37 kB with a total of 16.4 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/payment/payment-add/payment-add.component.scss. Budget 10 kB was not met by 9.52 kB with a total of 19.5 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/template/error/error.component.scss. Budget 10 kB was not met by 4.3 kB with a total of 14.3 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/template/login/login.component.scss. Budget 10 kB was not met by 8.59 kB with a total of 18.6 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/template/administration/nav-menu/nav-menu.component.scss. Budget 10 kB was not met by 3.57 kB with a total of 13.6 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/template/administration/header/header.component.scss. Budget 10 kB was not met by 5.13 kB with a total of 15.1 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/modules/dashboard/dashboard.component.scss. Budget 10 kB was not met by 6.19 kB with a total of 16.2 kB.
3:33:45 AM: ERROR in Exceeded maximum budget for /opt/build/repo/src/app/core/scan-barcode/shopping-cart-item/shopping-cart-item.component.scss. Budget 10 kB was not met by 4.14 kB with a total of 14.1 kB.
3:33:46 AM: npm ERR! code ELIFECYCLE
3:33:46 AM: npm ERR! errno 1
3:33:46 AM: npm ERR! stockmanager-frontend@0.0.0 build: `ng build --prod --base-href=https://stockmanager-easybusiness.netlify.app`
3:33:46 AM: npm ERR! Exit status 1
3:33:46 AM: npm ERR!
3:33:46 AM: npm ERR! Failed at the stockmanager-frontend@0.0.0 build script.
3:33:46 AM: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
3:33:46 AM: npm ERR! A complete log of this run can be found in:
3:33:46 AM: npm ERR!     /opt/buildhome/.npm/_logs/2021-08-08T22_03_46_104Z-debug.log

Thanks a lot ! It solved my problem
Have a nice day