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

Yarn dev issue #2

Closed
szafran89 opened this issue Oct 15, 2019 · 1 comment
Closed

Yarn dev issue #2

szafran89 opened this issue Oct 15, 2019 · 1 comment

Comments

@szafran89
Copy link

There is an issue once I run yarn dev

image

Do you know how to solve it?

@usulix
Copy link

usulix commented Oct 31, 2019

That's a current nuxt thing. core-js is at version 3, but nuxt requires version 2
to package.json, under dependencies add
"core-js": "^2.0.0",
so it looks like
"dependencies": { "@nuxtjs/axios": "^5.6.0", "@nuxtjs/dotenv": "^1.4.1", "core-js": "^2.0.0", "nuxt": "^2.9.2" },
and run npm install again

@mstrlaw mstrlaw closed this as completed Jan 28, 2022
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