-
Notifications
You must be signed in to change notification settings - Fork 83
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
throw e #1
Comments
Whatever the latest version was in November of 2009, which unfortunately I don't know. I would happily accept patches that brought this back into compatibility with the current version of node.js. |
with mixin helps next code: function import(to, from) { //process.mixin(exports, JSONRPC); But client.js get new error: $ node client.js node.js:63 I cannot dot it because have not enough experience yet :( |
Hi all, a quick patch, replace:
with:
Hope this helps |
what is version node you use?
I have
$ node -v
v0.3.0-pre
and get next result to run test
$ node test.js
node.js:50
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: process.mixin() has been removed.
at EventEmitter.mixin (node.js:13:11)
at Object. (/home/victor/temp/javascript/node-jsonrpc/test/test.js:69:9)
at Module._compile (node.js:316:23)
at Object..js (node.js:324:12)
at Module.load (node.js:250:25)
at Object.runMain (node.js:338:24)
at Array. (node.js:588:12)
at EventEmitter._tickCallback (node.js:42:22)
at node.js:604:9
The text was updated successfully, but these errors were encountered: