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

frontend module failing for cloud manager pipeline

  • October 26, 2023
  • 3 replies
  • 1215 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

arunpatidar
arunpatidarAccepted solution
New Participant
October 27, 2023
New Participant
October 27, 2023

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

Sudheer_Sundalam
New Participant
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.

 

Gaurav_Sachdeva_
New Participant
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