-
Notifications
You must be signed in to change notification settings - Fork 291
Trying to access global object #362
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
Comments
@Gmunker Until the bug fix, you can inspect big objects gradually. Just paste in the node REPL this line after each
Then, if you type |
I ended up installing 6.9 for now and it works, i'm happy this is something known and is being addressed. Thank you so much for your responses! |
@Gmunker It is fixed in Node.js 7.2.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I literally just started learning NodeJS, i'm on the 3rd video of my course and I'm being introduced to the global object. The instructor just typed in >global and out came a bunch of stuff. When I type in global or console.log(global) it boots me back to the command line. This happens on both my PC and Laptop both running Windows10.
Like I said i'm VERY new to NodeJS, i'm not sure what you would need to help me with this. It's very odd to me because it's happening on both my laptop and my PC, but no one else i have asked for help can recreate the issue.
Thanks in advance!
The text was updated successfully, but these errors were encountered: