frontend module failing for cloud manager pipeline | Community
Skip to main content
Level 3
October 26, 2023
Solved

frontend module failing for cloud manager pipeline

  • October 26, 2023
  • 3 replies
  • 1221 views

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 

Any help is appreciated

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Gaurav_Sachdeva_
Level 3
October 26, 2023

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

Sudheer_Sundalam
Community Advisor
Community Advisor
October 26, 2023

@annkitaaggarwal ,

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

 

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
October 27, 2023
Level 3
October 27, 2023

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