rx-queue
rx-queue copied to clipboard
upgrade to v1 start with error: cannot find module 'ix/asynciterable/index.js
I am using v9.12.6
But when I change it to v1
I get this error. Why is that? Compiler config issue?
Error: Cannot find module 'ix/asynciterable/index.js'
at webpackMissingModule (/Users/jakehe/Code/pam-app/.webpack/main/index.js:217964:89)
at Object../node_modules/rx-queue/dist/cjs/src/concurrency-executor/concurrency-executer.js (/Users/jakehe/Code/pam-app/.webpack/main/index.js:217964:189)
at __webpack_require__ (/Users/jakehe/Code/pam-app/.webpack/main/index.js:219154:42)
at Object../node_modules/rx-queue/dist/cjs/src/mod.js (/Users/jakehe/Code/pam-app/.webpack/main/index.js:218181:33)
at __webpack_require__ (/Users/jakehe/Code/pam-app/.webpack/main/index.js:219154:42)
at Object../src/iot/utils/reconnectQueue.ts (/Users/jakehe/Code/pam-app/.webpack/main/index.js:213324:18)
at __webpack_require__ (/Users/jakehe/Code/pam-app/.webpack/main/index.js:219154:42)
at Object../src/iot/connection.ts (/Users/jakehe/Code/pam-app/.webpack/main/index.js:211533:24)
at __webpack_require__ (/Users/jakehe/Code/pam-app/.webpack/main/index.js:219154:42)
at Object../src/iot/index.ts (/Users/jakehe/Code/pam-app/.webpack/main/index.js:211779:31)
```
What do you mean v9.12.6
?
Could you please provide a minimum code with reproducible steps for generating your error?