In this project we will put all the apps developed in Projects B, C and D into the website that is developed in Project F. In this project you will pull the code from each project repository, compile it with the set of dependencies and package the apps, so that they can be easily called from the web site developed in project F.
NPM API key format changed recently. If your deployment fails, check your API key in ~/.npmrc.
http://docs.travis-ci.com/user/deployment/npm/
~/.npmrc size: 48
npm ERR! Linux 3.13.0-40-generic
npm ERR! argv "/home/travis/.nvm/versions/node/v5.8.0/bin/node" "/home/travis/.nvm/versions/node/v5.8.0/bin/npm" "publish"
npm ERR! node v5.8.0
npm ERR! npm v3.7.3
npm ERR! toString failed
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues
npm ERR! Please include the following file with any support request:
npm ERR! /home/travis/build/Rostlab/JS16_ProjectC_Group10/npm-debug.log
The problem is not in API key, but you can check it.
I think the problem with nodejs version, try to google.
Manual publishing works.
NPM publishing doesn't work on Travis.
build output of travis, project C10:
The problem is not in API key, but you can check it. I think the problem with nodejs version, try to google. Manual publishing works.