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
Solved! Go to Solution.
Views
Replies
Total Likes
Could you please check https://stackoverflow.com/questions/69343038/cant-import-the-named-export-xxxx-from-non-ecmascript-m...
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
Check if you are adding any custom node modules which are only available within your corporate network and not available via public download.
Could you please check https://stackoverflow.com/questions/69343038/cant-import-the-named-export-xxxx-from-non-ecmascript-m...
I followed above link and had to change the way module has been imported , issue is fixed now. Thanks
Views
Likes
Replies
Views
Likes
Replies