You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be need to add an advertising that install can fail because the last version of rxjs (6.4.0) not work with mikronode.
If install rxjs by default, it is installed the last version, and when mikronode attemp to connect with routerOS, throws this error:
Unhandled rejection: {}
Rejected {
context: { parent: { parent: undefined } },
id: 1,
value:
TypeError: _sentence$.get(...).do is not a function
Seems as rxjs it is not installed, but is no the case:
Would be need to add an advertising that install can fail because the last version of rxjs (6.4.0) not work with mikronode.
If install rxjs by default, it is installed the last version, and when mikronode attemp to connect with routerOS, throws this error:
Seems as rxjs it is not installed, but is no the case:
rxjs is installed, but claim for unmet dependency. If I try to install:
The solution is install rxjs 5.3.0 manually:
npm install rxjs@^5.3.0
Seems to be a silly problem, but it took me too long to realize it. Perhaps someone else finds the warning useful.
The text was updated successfully, but these errors were encountered: