Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To run this on windows you might first need to install windows-build tools #6

Open
EliaMelfior opened this issue Feb 27, 2019 · 1 comment

Comments

@EliaMelfior
Copy link

EliaMelfior commented Feb 27, 2019

On Windows 8.1, instead of executing
npm install

You need to execute this command:
npm install --global --production [email protected]

source: https://stackoverflow.com/questions/54059433/after-npm-install-an-error-about-a-syntax-error-in-python-appears

@EliaMelfior EliaMelfior changed the title To run this on windows you need a different command To run this on windows you might first need to install windows-build tools Feb 27, 2019
@bektigalan
Copy link

npm --add-python-to-path='true' install --global --production windows-build-tools
this command works for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants