gbv / jskos

JSKOS data format for Knowledge Organization Systems
https://gbv.github.io/jskos/
38 stars 5 forks source link

Travis CI build fails #72

Closed stefandesu closed 5 years ago

stefandesu commented 5 years ago

See here. It seems that one of the node packages (likely jsonld) uses make to build stuff which makes npm install fail during the Travis build.

rutujar commented 5 years ago

Updating to npm to version 2

install:

stefandesu commented 5 years ago

Updating to npm to version 2

install:

  • npm install -g npm@2

Thanks for your contribution! Travis is using npm version 6.4.1 which is the same version I have on my local machine where npm install does not fail. I don't think downgrading npm to version 2 will fix the problem.