Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Troubleshooting

Alexandre ZANNI edited this page Nov 26, 2017 · 8 revisions

Troubleshooting

Errors with node-sass

Errors due to migration from Node.js v8 to Node.js v9. Example: Module build failed: Error: ENOENT: no such file or directory, scandir '/srv/flood/node_modules/node-sass/vendor'. Another example:

Module build failed: Error: Missing binding /srv/flood/node_modules/node-sass/vendor/linux-x64-59/binding.node
Node Sass could not find a binding for your current environment: Linux 64-bit with Node.js 9.x

Fix:

  • npm update nod-sass
  • npm run build

See Issue 533.

Clone this wiki locally