You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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:
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.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: