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

[email protected]/modules/es6.array.copy-within not found #506

Closed
luvluvxiu opened this issue Mar 21, 2019 · 4 comments
Closed

[email protected]/modules/es6.array.copy-within not found #506

luvluvxiu opened this issue Mar 21, 2019 · 4 comments

Comments

@luvluvxiu
Copy link

new [email protected] in vue-cli3.0 version incompatible. Just downgrade the version to 2.6.5. Version 3.0 prompts no ES6 or ES7 module.

@zloirock
Copy link
Owner

It's renamed in core-js@3. It's a major release and this implies breaking changes. If [email protected] incompatible with core-js@3, it should be fixed on vue-cli side.

@zloirock
Copy link
Owner

See this explanation.

@dxc-jbeck
Copy link

This problem may also appear if using babel and explicitly adding core-js.
Babel will already bring the node package in for core-js
We don't need core-js in our package.json

@zloirock
Copy link
Owner

@dxc-jbeck implicit dependencies sooner or later will cause problems, so it would be better to add the required core-js version to your package.json.

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

3 participants