ole-vi / BeLL-Apps

This is the third iteration of the BeLL software. It's a Backbone.js app that caches itself in the browser that is backed by CouchDB when a server is available and PouchDB in the browser when a server is not available. Initial support for PDFs is currently implemented, support for Videos and single HTML5 Apps coming next. Tracking bugs and new features in the Wiki at the moment.
1 stars 12 forks source link

NPM error in Travis build #83

Closed empeje closed 7 years ago

empeje commented 7 years ago

@dogi found a problem with npm in travis.

You can see all the Travis log here https://travis-ci.org/open-learning-exchange/BeLL-Apps/builds The problem is particularly in these build:

  1. https://travis-ci.org/open-learning-exchange/BeLL-Apps/builds/212871860
  2. https://travis-ci.org/open-learning-exchange/BeLL-Apps/builds/212886784
  3. https://travis-ci.org/open-learning-exchange/BeLL-Apps/builds/212918271
  4. https://travis-ci.org/open-learning-exchange/BeLL-Apps/builds/212930166

I think the main problem is in the npm's access to the internet connection or network.

waryhermit commented 7 years ago

Since this for the most part resolved it self, I would redirect our efforts into preventing this kind problem in the future: https://github.com/ole-vi/BeLL-Apps/issues/84