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

when I run npm start I got some error its existing project i want to run in my system #650

Open
tuseefahmed786 opened this issue Sep 3, 2023 · 4 comments

Comments

@tuseefahmed786
Copy link

Capture2
Capture

@tuseefahmed786
Copy link
Author

{
"name": "styllar-frontend2",
"version": "0.1.0",
"private": true,
"proxy": "https://api.styllar.com/",
"dependencies": {
"@rainbow-me/rainbowkit": "^1.0.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"react": "^18.2.0",
"react-app-rewired": "^2.2.1",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.1",
"react-scripts": "5.0.1",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"util": "^0.12.5",
"wagmi": "^1.3.8",
"web-vitals": "^2.1.4",
"web3": "^4.0.3"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired 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"
]
}
}

@fvrrrn
Copy link

fvrrrn commented Oct 28, 2023

@tuseefahmed786 You didn't install node_modules. Run npm install

@camillalo
Copy link

camillalo commented Oct 28, 2023 via email

@tuseefahmed786
Copy link
Author

@fvrrrn thanks for helping You are correct I solved this problem with npm install -

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

3 participants