Expand my Community achievements bar.

SOLVED

frontend module failing for cloud manager pipeline

Avatar

Level 4

Hi All,

 

we are trying to set up a pipeline on cloud manager to deploy code on stage and production. But it is failing everytime at frontend module. Though it is compiling perfectly on local. I am sharing the error snippet below 

annkitaaggarwal_0-1698326799814.png

Any help is appreciated

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
4 Replies

Avatar

Level 4

Hi @annkitaaggarwal are you using frontend module in your project, if not then you can comment the module in pom file.

Otherwise have you check complete logs mentioned in /roots/.npm/_logs/2023***** ? 

There might be something in the logs as it is failing at jeffersonjealth@0.10. builds script.

Please share that logs if you don't able to find something there.

Thanks

Avatar

Community Advisor

@annkitaaggarwal ,

Check if you are adding any custom node modules which are only available within your corporate network and not available via public download.

 

Avatar

Correct answer by
Community Advisor

Avatar

Level 4

I followed above link and had to change the way module has been imported , issue is fixed now. Thanks