Skip to content
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

_sentence$.get(...).do is not a function #93

Open
LaKing opened this issue Oct 12, 2019 · 2 comments
Open

_sentence$.get(...).do is not a function #93

LaKing opened this issue Oct 12, 2019 · 2 comments

Comments

@LaKing
Copy link

LaKing commented Oct 12, 2019

I'm trying to run the main example, and get:

/home/x/mikrotik/node_modules/mikronode/dist/mikronode.js:474
	        _parsed$.set(this, _sentence$.get(this).do(function (d) {
	                                                  ^

TypeError: _sentence$.get(...).do is not a function
    at new SocketStream (/home/x/mikrotik/node_modules/mikronode/dist/mikronode.js:474:52)
    at MikroNode.connect (/home/x/mikrotik/node_modules/mikronode/dist/mikronode.js:330:30)
    at Object.<anonymous> (/home/x/mikrotik/grab.js:5:12)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)

@adams-family
Copy link

Any update on this?

@adams-family
Copy link

Ok the initial problem solved by installing an EARLIER version of rxjs thanks to this post:

https://stackoverflow.com/questions/51727130/mikronode-with-express-js-typeerror-sentence-get-do-is-not-a-function#52114073

Just modified dependencies in my package.json as follows:

"dependencies": {
"core-decorators": "^0.20.0",
"mikronode": "^2.3.11",
"rxjs": "^5.3.0"
}

However, still no luck with login :( I'm afraid that this package is not working at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants