-
Notifications
You must be signed in to change notification settings - Fork 62
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
not compatible with corejs@3 ? #93
Comments
I have not got this problem. Try reinstall node_modules |
Here's the error:
core-js 3 renamed es6 to es and es7 to esnext |
I'm having the same issue |
Same issue using "core-js": "^3.3.2" "vue-draggable-nested-tree": "^2.2.18" |
same issue |
same here |
Thank for your use. I published he-tree-vue. vue-draggable-nested-tree will no longer be updated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had trouble upgrading from 2.1.17 to 2.2.18, as it doesn't work with corejs@3.
I have now reproduced that problem with vue cli upgraded to corejs@3 as recommended in this stackoverflow answer:
https://stackoverflow.com/questions/56686472/how-to-setup-a-vue-cli-with-vuetify-project-to-run-with-ie-11
Among other things, it can't find : core-js/library/fn/get-iterator
The text was updated successfully, but these errors were encountered: