I am trying to build an angular project with circleci. When I clone the repository, and build it locally, the build succeeds without error. Although when I try and build with circleci I get the following error
npm ERR! Please include the following file with any support request:
npm ERR! /home/ubuntu/MemberAdmin2.1/npm-debug.log
npm install; returned exit code 1
Action failed: npm install;
In settings for the build project I have added these commands:
ps I am new to circleci so I am not sure how to include the log file as indicated in the error message.