is it possible to deploy it on render?
# 🌎general
f
is it possible to deploy it on render?
e
yes
then go the Enviroment Variables settings, and add all variables from that list
there is no .env file in production, only in development (localhost)
f
im ggiving it a go now, i got an error after trying to deploy it. my actions: github fork new web service on render screenshotted the settings am i missing something...
e
what is the error
f
Jul 13 10:33:21 PM [2/4] Fetching packages... Jul 13 10:33:28 PM error @vitejs/plugin-react@2.2.0: The engine "node" is incompatible with this module. Expected version "^14.18.0 || >=16.0.0". Got "14.17.0" Jul 13 10:33:28 PM error Found incompatible module. Jul 13 10:33:28 PM info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. Jul 13 10:33:29 PM yarn run v1.22.5 Jul 13 10:33:29 PM $ tsc && vite build Jul 13 10:33:29 PM /bin/sh: 1: tsc: not found Jul 13 10:33:29 PM error Command failed with exit code 127. Jul 13 10:33:29 PM info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. Jul 13 10:33:29 PM ==> Build failed 😞
71 Views