This repository was archived by the owner on Dec 20, 2024. It is now read-only.
Replies: 1 comment
|
I tried to put a commands to fix the error but i dont know how can i use |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Summary
Hello, I'm trying to deploy a project using vercel. My project is using a canvas libraries. but in my local build is ok. but onn vercel i have this error
This is mi package
"dependencies": {
"@apollo/client": "^3.7.12",
"@emotion/react": "11.10.6",
"@hookform/resolvers": "^3.1.0",
"canvas": "2.11.2",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"graphql": "^16.6.0",
"jotai": "^2.0.4",
"konva": "^9.0.1",
"next": "13.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-konva": "^18.2.7",
"react-toastify": "^9.1.2",
"typescript": "5.0.4",
"uuid": "^9.0.0",
"yup": "^1.1.1"
},
Example
No response
Steps to Reproduce
pnpm install all dependencies
run pnpm next build
upload changes to vercel
get a error using canvas
Github Project
https://github.com/Whil117/Harmony
All reactions