Closed dr0i closed 4 years ago
Ah, I see:
they do run successfully at travis - and this is all that is needed. I can imagine that it is failing because of the README saying that node 8
is fine, which I hence use, and travis uses node 12
.
I shall test this when I am back at work, maybe next week.
I can imagine that it is failing because of the README saying that node 8 is fine, which I hence use, and travis uses node 12.
Rights, this is a bug in the README, package.json also requires node >=12.16.0. If I recall correctly, there is a node v12 somewhere in the home
. You can check out the service scripts where that version should be used.
Also in the startup.sh there is no version of 'node' explicitly set. Fixed this in #645.
Fixed with #645, tests run, closing.
The logs looks like this:
These tests fail on production and on beta. Are they important resp. what have I/we to do to make them run - or should these just be ignored?