timarney / react-app-rewired

Override create-react-app webpack configs without ejecting
MIT License
9.76k stars 425 forks source link

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

Open tuseefahmed786 opened 10 months ago

tuseefahmed786 commented 10 months ago

Capture2 Capture

tuseefahmed786 commented 10 months ago

{ "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 commented 8 months ago

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

camillalo commented 8 months ago

这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。

tuseefahmed786 commented 8 months ago

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