We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
I am working on a project having bytebuffer as a dependency. Bytebuffer is not used directly, but is in the node_modules-folder.
node_modules
Bulding the application on (Vercel)[vercel.com] causes the application to crash with the following in the logs:
Module not found: Can't resolve 'memcpy' in '/vercel/xxxxx/node_modules/bytebuffer/dist'
The text was updated successfully, but these errors were encountered:
@olaven Did you find out the answer? I have the same issue
Sorry, something went wrong.
Hi, @PyatroMarchanka! Are you using Next.js? I think migrating to 9.5 was a workaround 😄 Best of luck!
I've had many mysterious issues with Vercel that just appear/disappear without any changes in the code, like this one..
@olaven Yes, i use Next.js, and it is 9.5.0 ))
No branches or pull requests
Hi!
I am working on a project having bytebuffer as a dependency.
Bytebuffer is not used directly, but is in the
node_modules
-folder.Bulding the application on (Vercel)[vercel.com] causes the application to crash with
the following in the logs:
The text was updated successfully, but these errors were encountered: