Closed robphoenix closed 8 years ago
Thanks for bringing this up, had no idea we have a dependency depending on python...
Is there anything we can do in package.json to enforce this? Otherwise I'll document on the README. I'll need to add to the README python2 as a requirement for dev I guess
I don't know about enforcing in the package.json I'm afraid, but I'd be happy to add something into the README if you like?
That would be great, thank you!
On my Windows 7 system Python 3 is my primary python version. When running
npm install
in the root gui directory I get the following error:This is fixed by including the --python switch:
npm install --python=python2.7