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
Apparently somehow an old version of "node-gyp" is used for the build, which depends on Python 2 to be present. Excerpt from the build log:
gyp info using [email protected] gyp info using [email protected] | win32 | x64 gyp verb command rebuild [] gyp verb command clean [] gyp verb clean removing "build" directory gyp verb command configure [] gyp verb check python checking for Python executable "python2" in the PATH gyp verb `which` failed Error: not found: python2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Apparently somehow an old version of "node-gyp" is used for the build, which depends on Python 2 to be present. Excerpt from the build log:
The text was updated successfully, but these errors were encountered: