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] deployment fail on first attempt while following training wheels #294

Closed
NorseL0rd opened this issue Mar 17, 2024 · 2 comments · Fixed by #297
Closed

[BUG] deployment fail on first attempt while following training wheels #294

NorseL0rd opened this issue Mar 17, 2024 · 2 comments · Fixed by #297
Assignees
Labels
bug Something isn't working

Comments

@NorseL0rd
Copy link

Describe the bug

error during build: -- 20:17:05.288 | Error: Unsupported Node.js version: v20.11.1. Please use Node 16 or Node 18 to build your project, or explicitly specify a runtime in your adapter configuration.

Your League ID 1050069781250048000
In many cases, the bug maybe related to something not yet accommodated for in League Page, or something specific to your league. Adding your league ID allows for a faster debug and bug fix.

To Reproduce
Steps to reproduce the behavior:

  1. First try at deploy in training wheels and received error

Expected behavior
A clear and concise description of what you expected to happen.

Successful deploy

Screenshots
If applicable, add screenshots to help explain your problem.
image

Desktop (please complete the following information):

  • OS: [Windows]
  • Browser [Edge]
  • Version [Version 122.0.2365.92 (Official build) (64-bit)

Additional context
Add any other context about the problem here.

@NorseL0rd NorseL0rd added the bug Something isn't working label Mar 17, 2024
@NorseL0rd NorseL0rd changed the title [BUG] [BUG] deployment fail on first attempt while following training wheels Mar 17, 2024
@scanale42
Copy link

Have the same problem. Deploying works fine - I'm able to see the league page after I change the league ID. when I go and edit the the leagueinfo.js again and commit changes to the main page - IE - just the text on the home page, After I hit commit, I start getting these same errors on the build.

@scanale42
Copy link

Played around with this a bit. Tried changing the version in vercel to using 20.x, and matching that in the packages.json. That didn't do anything. Eventually changed it back to 18.x in vercel and edting the like in packages.json to say: "node": "18.x", Once I did this - that fixed the problem and I was able to make changes to the leagueinfo.js file again and have the build complete successfully every time on vercel and reflect on the league home page.

@nmelhado nmelhado linked a pull request Apr 28, 2024 that will close this issue
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.

3 participants