-
Notifications
You must be signed in to change notification settings - Fork 142
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
"TypeError: Cannot read property 'name' of undefined" in Node.js 6.9.1 #86
Comments
Probably related to nodejs/node#9289 |
I am seeing this issue on a windows 10 computer that is running node version v6.6.0. Ref v1.3.4 still works on this version of node. Tested on Linux (Ubuntu 14, 32 bit and 64bit) running node v5.6.0. Was not running into this error. |
a1b8216fe7 must have broke older versions. Patch welcome if anyone beats me to it! |
Ok, so I can repro with v6.9.1, but it doesn't happen on v6.10.3. Can you guys upgrade your Node.js version? |
I've confirmed this works with 6.9.2; however for various reasons don't want to update (right now); have submitted a simple pull request which disables the enhanced inspection if it would not work..... |
Fixed in #89. |
With the recent 1.3.5 release of
ref
, importing the module throws an error in Node.js 6.9.1. I've seen this on macOS 10.12.6 and 10.11.6The text was updated successfully, but these errors were encountered: