I need to run npm install
and npm run coverage
inside the bamboo plan. I am facing the issue like in some bamboo agents which is picked up dynamically at run time the npm install is happening without any issues and the coverage runs successfully. However, i see that in some agent it fails abruptly. May i know what settings i need to make to overcome this ???
Do i need to add some bamboo environment variables or something like that ???
Thank you.