I have been building a react js application which is hosted within IBM Bluemix. I have recently had issues with my build stage as part of the CI/CD Pipeline - We believe the issue has been based around the Node version we were using when running the build phase - we are now using Node 7 and are currently recieveing following error based on the archive directory build/ (error message below) :
npm info it worked if it ends with ok
npm verb cli [ '/home/pipeline/nvm/versions/node/v7.0.0/bin/node',
npm verb cli '/home/pipeline/nvm/versions/node/v7.0.0/bin/npm',
npm verb cli 'build',
npm verb cli '--verbose' ]
npm info using npm@3.10.8
npm info using node@v7.0.0
npm verb exit [ 0, true ]
npm info ok
Archive directory build/ does not exist. Please check the name.
Finished: FAILED
Any advice or help with this would be appreciated.