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

[BUG] Dev environment not working #149

Closed
JGH85 opened this issue Sep 2, 2022 · 3 comments · Fixed by #146
Closed

[BUG] Dev environment not working #149

JGH85 opened this issue Sep 2, 2022 · 3 comments · Fixed by #146
Assignees
Labels
bug Something isn't working

Comments

@JGH85
Copy link

JGH85 commented Sep 2, 2022

Describe the bug
I forked the repo and successfully deployed the customized league website with my league. I would also like to try developing some salary features, but when I attempt to run the app for dev purposes I get errors referring to missing source files in the folder /node_modules/@material/ (see screenshots below - there are a lot more of these missing files. the list goes on for a few pages).
The webpage appears as simply a blank screen in the browser and gives a console error in the browser as well (screenshot 2). It's very possible that I messed up something in the setup process but I'm stuck figuring out what that could be.

Any help would be appreciated!

Your League ID
859990766557179904

To Reproduce
I'm not sure you'll be able to reproduce this in another environment since the issue is what's it's doing on my local pc. However, here are the steps I did.

  1. Fork and clone repo to local machine.
  2. npm install
  3. npm run dev --

Screenshots
image
image

Desktop (please complete the following information):

  • OS: [e.g. iOS] Windows 10
  • Browser [e.g. chrome, safari] Chrome
  • Version [e.g. 22] Chrome 105

Additional context
The only changes I made previously were to comment out most of the text on the league rules page but I don't see how that could have broken anything.

@JGH85 JGH85 added the bug Something isn't working label Sep 2, 2022
@nmelhado
Copy link
Owner

nmelhado commented Sep 2, 2022

I'm working on a PR to fix this. Vercel needed an update for security purposes but that broke local dev. The fix is unfortunately quite extensive as many packages need to be upgraded and they come with quite a few substantial breaking changes. Hoping to get it up as soon as possible

@JGH85
Copy link
Author

JGH85 commented Sep 2, 2022

OK no hurry. I'm glad to hear it wasn't just me. I code a decent amount but hadn't played with svelte before so I thought I must have messed something up.

@nmelhado nmelhado changed the title [BUG] [BUG] Dev environment not working Sep 4, 2022
@nmelhado nmelhado linked a pull request Sep 4, 2022 that will close this issue
@nmelhado
Copy link
Owner

This should be fixed now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants