+ npm test npm info it worked if it ends with ok npm info using npm@3.8.6 npm info using node@v5.11.0 npm ERR! Linux 4.4.0-24-generic npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "test" npm ERR! node v5.11.0 npm ERR! npm v3.8.6 npm ERR! path /opt/atlassian/bitbucketci/agent/build/package.json npm ERR! code ENOENT npm ERR! errno -2 npm ERR! syscall open npm ERR! enoent ENOENT: no such file or directory, open My read on the error is that it can't find your package.json in the root of the project?
or potentially the content of package.json npm test section refers to a file that doesn't exist.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.