makebrainwaves / BrainWaves

An easy-to-use platform for EEG experimentation in the classroom
MIT License
60 stars 26 forks source link

Npm install error #16

Closed JayKan closed 5 years ago

JayKan commented 6 years ago
screen shot 2018-07-31 at 8 38 27 pm
jdpigeon commented 6 years ago

You're on Mac, right?

Setting up a computer to be able to run node-gyp builds can get pretty brutal. For Mac, it looks like the most important thing is to have the Xcode tools and installed and make sure npm is using Python 2.7 (there's a command to point it to a specific python install, can't remember off the top of my head) https://github.com/nodejs/node-gyp

teonbrooks commented 5 years ago

closing bug since likely problem is identified and with solution. please re-open if this problem is persistent.