Skip to content
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

Issues on deploying on the vercel #1

Open
Surya-V-28 opened this issue Jan 17, 2024 · 0 comments
Open

Issues on deploying on the vercel #1

Surya-V-28 opened this issue Jan 17, 2024 · 0 comments

Comments

@Surya-V-28
Copy link

first thank you for the template its was good and easy to edilt
when i try to deploy the project on the vercel

please let me know how you have deployed in vercel

here is the error message

npm ERR! code ERESOLVE -- 08:14:07.932 | npm ERR! ERESOLVE could not resolve 08:14:07.933 | npm ERR! 08:14:07.933 | npm ERR! While resolving: @testing-library/react@13.4.0 08:14:07.933 | npm ERR! Found: react@16.14.0 08:14:07.933 | npm ERR! node_modules/react 08:14:07.933 | npm ERR! peer react@">=18.0.0" from react-konva@18.2.10 08:14:07.934 | npm ERR! node_modules/react-konva 08:14:07.934 | npm ERR! peer react-konva@"^16.8.0 \|\| ^16.8.7-0 \|\| ^16.9.0-0 \|\| ^16.10.1-0 \|\| ^16.12.0-0 \|\| ^16.13.0-0 \|\| ^17.0.0-0 \|\| ^17.0.1-0 \|\| ^17.0.2-0 \|\| ^18.0.0-0" from @react-spring/konva@9.7.3 08:14:07.934 | npm ERR! node_modules/@react-spring/konva 08:14:07.934 | npm ERR! @react-spring/konva@"~9.7.3" from react-spring@9.7.3 08:14:07.934 | npm ERR! node_modules/react-spring 08:14:07.935 | npm ERR! react-spring@"^9.6.1" from the root project 08:14:07.935 | npm ERR! 08:14:07.935 | npm ERR! Could not resolve dependency: 08:14:07.935 | npm ERR! peer react@"^18.0.0" from @testing-library/react@13.4.0 08:14:07.935 | npm ERR! node_modules/@testing-library/react 08:14:07.935 | npm ERR! @testing-library/react@"^13.4.0" from the root project 08:14:07.935 | npm ERR! 08:14:07.936 | npm ERR! Conflicting peer dependency: react@18.2.0 08:14:07.936 | npm ERR! node_modules/react 08:14:07.936 | npm ERR! peer react@"^18.0.0" from @testing-library/react@13.4.0 08:14:07.936 | npm ERR! node_modules/@testing-library/react 08:14:07.936 | npm ERR! @testing-library/react@"^13.4.0" from the root project 08:14:07.936 | npm ERR! 08:14:07.936 | npm ERR! Fix the upstream dependency conflict, or retry 08:14:07.936 | npm ERR! this command with --force or --legacy-peer-deps 08:14:07.936 | npm ERR! to accept an incorrect (and potentially broken) dependency resolution. 08:14:07.936 | npm ERR! 08:14:07.936 | npm ERR! 08:14:07.936 | npm ERR! For a full report see: 08:14:07.936 | npm ERR! /vercel/.npm/_logs/2024-01-17T02_44_02_730Z-eresolve-report.txt 08:14:07.936 |   08:14:07.936 | npm ERR! A complete log of this run can be found in: /vercel/.npm/_logs/2024-01-17T02_44_02_730Z-debug-0.log 08:14:07.955 | Error: Command "npm install" exited with 1

here is package.json

{
"homepage": "https://surya-v-28.github.io/profile",
"name": "surya-portfolio",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"apollo-boost": "^0.4.9",
"baseui": "^12.2.0",
"bootstrap": "^5.2.3",
"chart.js": "^4.2.0",
"fs": "^0.0.1-security",
"glamor": "^2.20.40",
"graphql": "^15.8.0",
"node-fetch": "^3.3.0",
"radium": "^0.26.2",
"react": "^18.2.0",
"react-bootstrap": "^2.7.0",
"react-cursor-custom": "^1.2.4",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.7.1",
"react-is": "^18.2.0",
"react-reveal": "^1.2.2",
"react-rounded-image": "^2.0.14",
"react-router-dom": "^6.8.0",
"react-scripts": "5.0.1",
"react-spring": "^9.6.1",
"react-tooltip": "^5.7.1",
"styled-components": "^5.3.6",
"styletron-engine-atomic": "^1.5.0",
"styletron-react": "^6.1.0",
"typewriter-effect": "^2.19.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant