-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Syntax error on binding.gyp #199
Comments
can you paste the contents of your binding.gyp file? |
You have a syntax error somewhere in your binding.gyp file. Make sure it's valid gyp (i.e. python) syntax. |
guymguym
added a commit
to guymguym/node-gyp
that referenced
this issue
Nov 13, 2016
To make sure platform specific newlines ('\r\n' or '\r') are converted to '\n' which otherwise will fail eval(). This should handle multiple issues reported on syntax error reading binding.gyp (partial list): nodejs#979 nodejs#199 nospaceships/node-net-ping#24 nospaceships/node-net-ping#21 mathiask88/node-snap7#11 node-hid/node-hid#28 xdenser/node-firebird-libfbclient#24
bnoordhuis
pushed a commit
that referenced
this issue
Nov 16, 2016
To make sure platform specific newlines ('\r\n' or '\r') are converted to '\n' which otherwise will fail eval(). This should handle multiple issues reported on syntax error reading binding.gyp (partial list): #979 #199 nospaceships/node-net-ping#24 nospaceships/node-net-ping#21 mathiask88/node-snap7#11 node-hid/node-hid#28 xdenser/node-firebird-libfbclient#24 PR-URL: #1053 Reviewed-By: Ben Noordhuis <[email protected]>
refack
pushed a commit
to refack/node-gyp
that referenced
this issue
Apr 23, 2017
To make sure platform specific newlines ('\r\n' or '\r') are converted to '\n' which otherwise will fail eval(). This should handle multiple issues reported on syntax error reading binding.gyp (partial list): nodejs#979 nodejs#199 nospaceships/node-net-ping#24 nospaceships/node-net-ping#21 mathiask88/node-snap7#11 node-hid/node-hid#28 xdenser/node-firebird-libfbclient#24 PR-URL: nodejs#1053 Reviewed-By: Ben Noordhuis <[email protected]>
refack
pushed a commit
to refack/node-gyp
that referenced
this issue
Aug 19, 2017
To make sure platform specific newlines ('\r\n' or '\r') are converted to '\n' which otherwise will fail eval(). This should handle multiple issues reported on syntax error reading binding.gyp (partial list): nodejs#979 nodejs#199 nospaceships/node-net-ping#24 nospaceships/node-net-ping#21 mathiask88/node-snap7#11 node-hid/node-hid#28 xdenser/node-firebird-libfbclient#24 PR-URL: nodejs#1053 Reviewed-By: Ben Noordhuis <[email protected]>
toyobayashi
pushed a commit
to toyobayashi/node-gyp
that referenced
this issue
Mar 20, 2024
* chore: Use 3.11 for integration tests * chore: Add lint ignore rule * Python 3.7 is EOL next week so Python 3.8 and current Python --------- Co-authored-by: Christian Clauss <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all I wish to thank you for this useful module.
Unfortunately I am experiencing the issue in the object while launching node-gyp configure but I am not able to find where the syntax error lies.
Would you please be so kind to put me on the right path?
Many thanks in advance
The text was updated successfully, but these errors were encountered: