chore(dtslint): add higher-order observable tests#3958
chore(dtslint): add higher-order observable tests#3958benlesh merged 1 commit intoReactiveX:masterfrom
Conversation
|
I don't know what the problem within Travis relates to. I've cleared the cache, but the error persists. Also, checking the tags for the module mentioned in the error - |
|
:wat: error message doesn't...make sense, why we are encountering error for token when try to install something? |
|
@kwonoj Yeah, I know. I don't know whether there is some weirdness happening with npm in general or if the lock file was somehow messed up in f0ac727 However, running |
I think that's worth to try. If that still doesn't work, feel free to burn current pkg lock and regenrate. We are relatively free from pkglock since our deps are mostly devdeps, so no worries of prod pkg inconsistency. |
|
An uninstall/install of dtslint fixed it for me on this comuter. See #3959. |
|
the mysterious world of npm. |
|
I'm calling bullshit on npm and merging anyway. haha... Damn the torpedoes! |
Description:
I should have included these dtslint tests in #3945 to show that the change does fix the reported issue. It does.
Related issue (if exists): #3841