Doesn't work on Systems with Node > 0.10.x
Opened this issue · 0 comments
Expected Behavior
Expecting grunt to build the project
Current Behavior
"Grunt build" fails and spits out:
Loading "sass.js" tasks...ERROR
Error: Missing binding /var/www/html/pmap/PokemonGo-Map/node_modules/grunt-sass/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.xFound bindings for the following environments:
- Linux 64-bit with Node 0.10.x
This usually happens because your environment has changed since running
npm install
.
Runnpm rebuild node-sass
to build the binding for your current environment.Running "clean:build" (clean) task
0 paths cleaned.Running "babel:dist" (babel) task
Warning: Cannot find module './_baseClone' Use --force to continue.Aborted due to warnings.
Possible Solution
Add a Node v6 binding for sass
Steps to Reproduce (for bugs)
Run grunt build in the PokemonGo-Map folder on a Debian 8 (jessie) x86_64 machine
Context
Cant build project
Your Environment
Python 2.7
Debian 8 (Jessie)
Node v6.2.2