Closed trystant closed 6 years ago
Following the advice from the Travis documentation, I suggest that @ZaBAOW modify his .travis.yml
to include the following:
language: node_js
node_js:
- "9"
I'll now confirm what is currently in his project.
So, after locking down the Node version to 9.x, the bcrypt installation error has been resolved. I am going to check to see whether the bcrypt and node version 10 issue has been noted and /or resolved.
It looks like this issue is referenced in https://github.com/kelektiv/node.bcrypt.js/issues/599
This can be closed, even though it needs more documentation
During a Travis run, @ZaBAOW ran ino the following errors in the build:
I currently think that this is a problem related to the Node version 10 release. I am going to encourage @ZaBAOW to enforce using Node version 9.x to see whether that issue still exists.