Closed inbytesdevteam closed 3 years ago
Duplicate of https://github.com/nuxt/vercel-builder/issues/371
Hi @danielroe, it seems like this is different from #371 since that is for bcrypt, this one is for bufferutil. Is there any solution for this?
Just an update - using npm
instead of yarn
solved the issue for me! I'm not entirely sure why, but I tried recreating the project with npm
and it worked.
Hi! I can deploy my Nuxt.js app but it's static right now. I want to make it SSR so I added the sample
vercel.json
in the docs:However, deploy is failing to Vercel with this error:
If it helps, I use
yarn
as my package manager right now. Thebufferutil
andnode-gyp-build
commands seem to fail. Is there any reason why this is the case?