NodeJS version: 0.10.30
npm install mariasql will not work due to "node-gyp rebuild" failed.
To fix it:
- I installed Python 2.7.x (at time of this writing - 4th October 2014), 32bit edition.
- Create environment variable PYTHON, with the value of "
\python.exe" - Yes, you must include python.exe in your Environment Variable setting or it will NOT work.
- Start a new CMD shell and run "npm install mariasql" again.
It will take some time but it will succeed.
Hope this helps.