-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
After update to Node 11.0.0 running Gulp exits with 'ReferenceError: internalBinding is not defined' #2246
Comments
@rpkoller When you update node you need to run |
@contra at first thanks for the fast answer and sorry didn't knew that you have to rebuild/reinstall against the new version :/ will try when i am back home. thanks again! |
I also wouldn't recommend using 3.9.1 with node 11 - they have been threatening to break that version forever and who knows if they finally did it. You can install 4.0.0 with |
I was using yarn and had updated it then i suddenly started encountering this problem. |
This issue is not resolved. Reinstalling node_modules doesn't help. |
I am also experiencing the same issue, as well. |
Update to natives@1.1.6. Run |
it works, thank you! |
I confirm, this works. |
This definitely works! I think you've saved me hours of looking for a solution. |
Yes, worked for me too |
I am running MacOS 10.13.6 and use Homebrew to keep Node and NPM up to date. I've updated to Node '11.0.0' and NPM '6.4.1' today. I've installed Gulp '3.9.1' globally. When i try to run Gulp in my project folder i get the following error (before '11.0.0' everything worked flawlessly):
Is it possible that the error goes back to the following change in Node '11.0.0'
nodejs/node#22146
So that changes have to be applied to graceful-fs and or natives? If you need any further infos let me know. Thanks r.
The text was updated successfully, but these errors were encountered: