-
Notifications
You must be signed in to change notification settings - Fork 519
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
Unable To Start Standalone Server #115
Comments
It seems like you're using an older version of node without es6 support. Can you let me know what version you're running You should upgrade node or use an object.assign polyfill. Upgrading node is probably a better choice because there's a chance you'll run into other problem with such an old version. |
its v6.11.3 |
Hi, I'm also having the same issue, TypeError: Object function Object() { [native code] } has no method 'assign'. My Node Version is -> v0.10.25 I tried everything but still unable ti resolve. Could someone please help me to solve this. |
Hi, May not work for you but it worked for me. |
/etc/textbelt/textbelt-master/lib/text.js:78
config = Object.assign(config, obj);
^
TypeError: Object function Object() { [native code] } has no method 'assign'
at Object.setConfig [as config] (/etc/textbelt/textbelt-master/lib/text.js:78:19)
at Object. (/etc/textbelt/textbelt-master/server/app.js:30:6)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:902:3
What is wrong with it guys, please help!
The text was updated successfully, but these errors were encountered: