Non Python Dev
Closed this issue · 1 comments
Hello, great work. I don't work with Python nor Node nor Vercel and I've had a hard time tryin to make this even work on Vercel as I've just created an account. Could someone list the detailed steps to make this work in Vercel as this is the lovely message I keep getting:
WARN! Due to `builds` existing in your configuration file, the Build and Development Settings defined in your Project Settings will not apply. Learn More: https://vercel.link/unused-build-settings
Error: Unable to find any supported Python versions.
Learn More: http://vercel.link/python-version
I don't even know where you people are getting the Node version settings from because I don't see anything in Vercel of the sort. I'd appreciate help on a detailed step for this. Thank you
Hello, great work. I don't work with Python nor Node nor Vercel and I've had a hard time tryin to make this even work on Vercel as I've just created an account. Could someone list the detailed steps to make this work in Vercel as this is the lovely message I keep getting:
WARN! Due to `builds` existing in your configuration file, the Build and Development Settings defined in your Project Settings will not apply. Learn More: https://vercel.link/unused-build-settings Error: Unable to find any supported Python versions. Learn More: http://vercel.link/python-version
I don't even know where you people are getting the Node version settings from because I don't see anything in Vercel of the sort. I'd appreciate help on a detailed step for this. Thank you
You can:
- go to your deployment
settings
. - There sill be an option like
node
version,which will be20.x
by default,change it to18.x
. - Then redeploy your deployment to see the results.
Or:
The best way is to google "How to change the node version in vercel."