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

not compatible with corejs@3 ? #93

Open
smilingkite opened this issue Aug 21, 2019 · 7 comments
Open

not compatible with corejs@3 ? #93

smilingkite opened this issue Aug 21, 2019 · 7 comments

Comments

@smilingkite
Copy link

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

@phphe
Copy link
Owner

phphe commented Sep 17, 2019

I have not got this problem. Try reinstall node_modules

@re-thc
Copy link

re-thc commented Oct 14, 2019

Here's the error:

  • core-js/library/fn/get-iterator in ./node_modules/vue-draggable-nested-tree/dist/vue-draggable-nested-tree.es.js
  • core-js/library/fn/object/assign in ./node_modules/vue-draggable-nested-tree/dist/vue-draggable-nested-tree.es.js
  • core-js/library/fn/object/define-property in ./node_modules/vue-draggable-nested-tree/dist/vue-draggable-nested-tree.es.js
  • core-js/library/fn/object/keys in ./node_modules/vue-draggable-nested-tree/dist/vue-draggable-nested-tree.es.js
  • core-js/modules/es6.array.find in ./node_modules/vue-draggable-nested-tree/dist/vue-draggable-nested-tree.es.js
  • core-js/modules/es6.function.name in ./node_modules/vue-draggable-nested-tree/dist/vue-draggable-nested-tree.es.js
  • core-js/modules/es6.number.constructor in ./node_modules/vue-draggable-nested-tree/dist/vue-draggable-nested-tree.es.js
  • core-js/modules/es6.regexp.replace in ./node_modules/vue-draggable-nested-tree/dist/vue-draggable-nested-tree.es.js
  • core-js/modules/web.dom.iterable in ./node_modules/vue-draggable-nested-tree/dist/vue-draggable-nested-tree.es.js

core-js 3 renamed es6 to es and es7 to esnext

@l-campbell
Copy link

l-campbell commented Oct 15, 2019

I'm having the same issue

@matiyin
Copy link

matiyin commented Nov 3, 2019

Same issue using "core-js": "^3.3.2" "vue-draggable-nested-tree": "^2.2.18"

@killjin
Copy link

killjin commented Dec 28, 2019

same issue

@divdax
Copy link

divdax commented Jan 2, 2020

same here

@phphe
Copy link
Owner

phphe commented Jan 10, 2020

Thank for your use. I published he-tree-vue. vue-draggable-nested-tree will no longer be updated.
try this https://he-tree-vue.phphe.com/

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

7 participants