-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Cannot find module 'internal/linkedlist' #7
Comments
Also been hit by this, Node.js 5.7.0. |
Seeing this too. Node version 5.4.0 and both |
Experienced this as well on Node |
Probably related to nodejs/node#3078 |
Anyone find a resolution for this? I can downgrade to 4 for a bit I guess, but if there is something simple we can do that would be great. Thanks! |
Maybe try with |
Worked!! Thanks! EDIT: worked with node 5.7.0 |
Downgrading to Node 4.2.3 worked for me. |
|
Would be nice if this is done in the cli as well... 😄 |
|
would be cool if we could add that switch to the cli somehow |
Yes, I would like to have this switch in the cli options too. |
Can somebody document how to use with node 6 or node 8? |
I'm not sure if this is runtime-configurable, but can someone affected try adding process.binding('config').exposeInternals = true at the top of their script, and report back if that works? |
oh interesting. I'll try later |
i am affected on v7.7.3, the |
Ah, that |
I hit this today using node v7.7.2 and I'm using babel-node so --expose-internals doesn't work for me |
Too bad it's closed without clear solution. I've just hit the same wall 😞 |
I ran into this issue under node v8.6 with It's like #21 re-appear in node v8.6
|
Heyo, I just wanted to play around with this to see how it works.
Apparently I don't get it to work. :(
I've got a simple
index.js
.And
why-is-node-running
is available installed in mynode_modules
.That's what I got:
Thanks.
Any hints are more than welcome.
The text was updated successfully, but these errors were encountered: