No badges yet
Can i call out to a system program?
Anyone know the answer?
Can i call out to a system program?
I want to exec a pandoc command. I would need to install pandoc and then call it from node.js api somehow. Is this possible or does vercel not allow system exe calls?
Trying to deploy sveltekit with node api
i had everything set to v22 but downgrading package.json and vercel.json to v20 and setting project to use v20 works. Do not know why v22 doesn't work though.
Trying to deploy sveltekit with node api
i have it set to node v22.x which is the default according to vercel docs
Trying to deploy sveltekit with node api
did not work after checking.
Trying to deploy sveltekit with node api
How do I make my project use node 22.x?
Trying to deploy sveltekit with node api
Error: Unsupported Node.js version: v22.14.0. Please use Node 18 or Node 20 to build your project, or explicitly specify a runtime in your adapter configuration. This worked the...
Trying to deploy sveltekit with node api
``` [11:42:47.629] Cloning github.com/profullstack/propozio-web (Branch: master, Commit: d94fd20) [11:42:47.804] Previous build caches not available [11:42:48.069] Cloning...
No accepted solutions yet