I get error while installing brain.js
hello, before i contacted node-gyp support and they said its beacuse node-gyp is outdated, no matter what i do npm i brain.js keep use node-gyp 7 instead of node-gyp 9.1
What exactly is the error you get? On my side it was due to missing Python2 on the Mac. This can be fixed by a soft link to python3.
I am having the same issue. Did you find how to fix it?
hello, before i contacted node-gyp support and they said its beacuse node-gyp is outdated, no matter what i do
npm i brain.jskeep use node-gyp 7 instead of node-gyp 9.1
Which version of python you using?
Run:
python --version
And show me response
I am running 3.7.3