First of all, I did see the similar documents:
Node.js TypeError: Object function Object() { [native code] } has no method 'assign'
TypeError: Object function Object() { [native code] } has no method 'method'
However..
I am using node version 0.10.48 (my app uses deprecated node api so I rather stay on this version).
whenever I try to install a new module, or even run scripts that require modules, I receive the following error: typeerror object function object() native code has no method 'assign'
I cannot even use npm v or npm install/uninstall..
How do I get rid of this error? I simply cannot do anything on the terminal :(