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
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)
```
The text was updated successfully, but these errors were encountered:
I am using
v9.12.6
But when I change it to
v1
I get this error. Why is that? Compiler config issue?The text was updated successfully, but these errors were encountered: