Hi,
I am trying to run a maven project. But it throws the below error. I have tried many ways like changed the node verstion, installed new/updated node then ran npm install under ui.frontend but nothing works out. Can anyone tell me the solution for this ?
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @Tessa_learner1,
It looks like you are using the latest Node and npm version which may not support some node modules that is installed from the package.json. Try to play around with the npm version and see if that works. From testing myself, I realize that the latest Node and NPM version do not work.
Can you try deleting and regenrating paclage-lock.json
@arunpatidar Thanks for the suggestion. As I was using latest node version, just changed the npm version to 3.10.8 and it got worked. Thanks for your time.
Hi @Tessa_learner1 ,
Please check below thread: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/npm-error-while-doing-clea...
Hope that helps you!
Regards,
Santosh
Thank you @SantoshSai I have changed the npm version to 3.10.8 as mentioned in the link and it got success. Thanks for your time.
Hello @Tessa_learner1,
It looks like you are using the latest Node and npm version which may not support some node modules that is installed from the package.json. Try to play around with the npm version and see if that works. From testing myself, I realize that the latest Node and NPM version do not work.
Thank you. @BrianKasingli Yes, I was using the latest node & npm version and I have changed only the npm version in main pom.xml and it got resolved.
Views
Likes
Replies