This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
node10: process.binding(...).internalModuleReadFile is not a function #467
Comments
Encountered this issue too. Might have been premature for me to use node 10 for now. Also noticed that pkg only does |
This fixes the issue for me (no problems since I added the pull request): #461 |
Any chance on getting any of the open PRs for this issue merged? We're also seeing this issue on node |
tylers-username
pushed a commit
to improper/lando-alfred-workflow
that referenced
this issue
Sep 13, 2018
Any progress about this issue? I'd love to be able to upgrade my packaged tools to Node v10. |
Heads up: Node 10 is scheduled to be promoted to LTS at the end of this month. Is this project still being maintained? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Just a head up that in newer node versions
process.binding(...).internalModuleReadFile
is removed in favour of a JSON-specific variant - not sure what it will end up being.Although in some versions this seems to be a simple rename, it is only reasonable to assume change implementation will follow, and my best guess is that it eventually will be the goto method that allows fast sync read of "package.json".
The text was updated successfully, but these errors were encountered: