We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The most recent release (released to npm today) doesn't work because of some python formatting issues:
SyntaxError: from __future__ imports must occur at the beginning of the file
This can be seen simply by checking out the repo and doing:
python <repo location>/gyp/tools/pretty_vcproj.py
or
python <repo location>/gyp/tools/pretty_sln.py
It's a problem with both python 2 and python 3.
The text was updated successfully, but these errors were encountered:
@cclauss, @refack, halp!
Sorry, something went wrong.
move from __future__ import to the top of the file
e1f5a30
Fixes nodejs#1774
2cf1f78
gyp: move from __future__ import to the top of the file
f952b08
Fixes #1774 PR-URL: #1789 Reviewed-By: Rod Vagg <rod@vagg.org>
Successfully merging a pull request may close this issue.
The most recent release (released to npm today) doesn't work because of some python formatting issues:
SyntaxError: from __future__ imports must occur at the beginning of the file
This can be seen simply by checking out the repo and doing:
python <repo location>/gyp/tools/pretty_vcproj.py
or
python <repo location>/gyp/tools/pretty_sln.py
It's a problem with both python 2 and python 3.
The text was updated successfully, but these errors were encountered: