We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seeing this issue on the node server as soon as the app is launched on 10.7. Any ideas?
node_modules/protocol/core.js:108 method[':this-index'] = signature[key].indexOf(define) ^ TypeError: Object # has no method 'indexOf'
The text was updated successfully, but these errors were encountered:
Got the same error just the line number is different:
TermKit/Node/node_modules/protocol/core.js:99 method[':this-index'] = signature[key].indexOf(protocol) ^ TypeError: Object # has no method 'indexOf'
I'm also running on Lion
Sorry, something went wrong.
I am having exactly the same problem. Did any of you managed to solve it? If so, can you please share how you did it? Thanks
I gave up at this point but would love to get it working. Let's hope some one replies
I have the same issue when I start node nodekit.js then run Termkit.
Object # has no method 'indexOf'
No branches or pull requests
Seeing this issue on the node server as soon as the app is launched on 10.7. Any ideas?
node_modules/protocol/core.js:108
method[':this-index'] = signature[key].indexOf(define)
^
TypeError: Object # has no method 'indexOf'
The text was updated successfully, but these errors were encountered: