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.
Nodejs v8 is now on dev and latest tag, with downgraded security permissions. For testing environments, this does not bring any severe security problems...
I've found some incompatibilities with nodejs version 6 like below:
Then I've updated nodejs version to 8 and everything runs correctly.