-
Notifications
You must be signed in to change notification settings - Fork 201
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
Node 10: TypeError: Cannot read property '1' of null #3261
Comments
See #280 |
I get this error too. |
Same for me. |
Likewise. My stacktrace entries differ in the path, replacing the above The reason seems to be an incompatibility with Node 10. See Polymer/pwa-starter-kit#112. |
I think its this problem. I went through with the debugger and it failed when trying to promisify |
Got this too. Had to switch travis ci to use 9 for now. |
There's a new release for promisify-node which fixes support for nodejs 10 https://github.com/nodegit/promisify-node/commits/master |
This was fixed in 29a85f9 as the repo was moved to there. |
I can confirmed this is fixed and released, thanks guys! |
(FWIW this was fixed by using node's own promisify and dropping support for Node < 8) |
I found this error then I re-install express module. |
After upgrading node, WCT doesn't work anymore. The error is:
TypeError: Cannot read property '1' of null
Node v10.0.0
WCT version: 6.5
Steps to reproduce:
Stack trace:
The text was updated successfully, but these errors were encountered: