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

upgrade to v1 start with error: cannot find module 'ix/asynciterable/index.js #77

Open
zhex900 opened this issue Dec 21, 2021 · 1 comment

Comments

@zhex900
Copy link

zhex900 commented Dec 21, 2021

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)
```
@huan
Copy link
Owner

huan commented Dec 21, 2021

What do you mean v9.12.6?

Could you please provide a minimum code with reproducible steps for generating your error?

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