scottstamp / PokemonGo-Map

Reuploaded from AHAAAAAAA/PokemonGo-Map with latest fixes
GNU Affero General Public License v3.0
23 stars 23 forks source link

Doesn't work on Systems with Node > 0.10.x #17

Open johnbridge180 opened 8 years ago

johnbridge180 commented 8 years ago

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.x

Found 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. Run npm 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