-
Notifications
You must be signed in to change notification settings - Fork 76
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
Build error during npm install #794
Comments
Hi,
I use node@16. I hope it can be helpful. Davide |
Hey @DidoMarchet, thanks for the update, but I don't believe this relates to my issue. |
Ok! |
Hello! In my case, we want to get a Vercel cronjob to run but seems vercel-builder's config gets in the way. This config worked for us, and built the project successfully: "builds": [
{
"src": "nuxt.config.js",
"use": "@nuxtjs/[email protected]", // we had to lock it in 0.22.1 cos newer versions were crashing the builds.
"config": {
"internalServer": true,
"serverFiles": [ your files here ]
}
},
], However, this seems to be stopping calls getting through to |
Hey all, I'm trying to get an initial deployment working for an SSR Nuxt/Vue app through Vercel and running into the following issue.
Build Log:
package.json
vercel.json
Feel free to let me know if you need any more information to be helpful.
The text was updated successfully, but these errors were encountered: