chilio / laravel-dusk-ci

Docker Test suite for Laravel Dusk in gitlab CI
MIT License
160 stars 51 forks source link

Update nodejs version #29

Closed enourinick closed 6 years ago

enourinick commented 6 years ago

I've found some incompatibilities with nodejs version 6 like below:

Module build failed: Error: Missing binding /builds/inpin/landing/node_modules/node-sass/vendor/linux-x64-48/binding.node
Node Sass could not find a binding for your current environment: Linux 64-bit with Node.js 6.x

Found bindings for the following environments:
  - Linux 64-bit with Node.js 8.x

Then I've updated nodejs version to 8 and everything runs correctly.

chilio commented 6 years ago

Nodejs v8 is now on dev and latest tag, with downgraded security permissions. For testing environments, this does not bring any severe security problems...