To run this on windows you might first need to install windows-build tools
EliaMelfior opened this issue · 1 comments
EliaMelfior commented
On Windows 8.1, instead of executing
npm install
You need to execute this command:
npm install --global --production windows-build-tools@4.0.0
bektigalan commented
npm --add-python-to-path='true' install --global --production windows-build-tools
this command works for me