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

Dependencies with npm are not correct #9

Open
andresalbab opened this issue Jul 28, 2022 · 0 comments
Open

Dependencies with npm are not correct #9

andresalbab opened this issue Jul 28, 2022 · 0 comments

Comments

@andresalbab
Copy link

I installed all dependencies using npm install and then run the dev server using npm run dev. Here are the errors I got:

  1. There was a compiling error saying @emotion/core not found

To solve this I installed manually the dependencies npm install @emotion/react @emotion/core @emotion/styled

  1. The package declaration has changed and I had to change the import from @emtion/core to @emotion/react

I made that change and the app was build correctly, however styles were not correct. See the images below
Screen Shot 2022-07-28 at 6 00 26 PM
Screen Shot 2022-07-28 at 6 00 18 PM

I then tried running the process all over again with yarn and it is working as expected

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

1 participant