-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Incompatibe w/ current git Node.js because 'sys' is renamed to 'util' #84
Comments
Here's how I fixed it short term: find -type f | xargs grep "'sys'" -l find -type f | grep js$ | xargs grep "\bsys\b" -l |
Blog post about this issue is here: |
This was referenced Jan 8, 2021
darrachequesne
added a commit
that referenced
this issue
Jul 4, 2024
JSON.stringify method throws when passed a circular object.
darrachequesne
pushed a commit
that referenced
this issue
Jul 8, 2024
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
I just git cloned node.js and socket.io for node,
and see this error message:
$ sudo make
./support/expresso/bin/expresso -I lib tests/*.js
The 'sys' module is now called 'util'. It should have a similar interface.
The text was updated successfully, but these errors were encountered: