react-app-rewired icon indicating copy to clipboard operation
react-app-rewired copied to clipboard

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

Open tuseefahmed786 opened this issue 2 years ago • 4 comments

Capture2 Capture

tuseefahmed786 avatar Sep 03 '23 11:09 tuseefahmed786

{ "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" ] } }

tuseefahmed786 avatar Sep 03 '23 11:09 tuseefahmed786

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

fvrrrn avatar Oct 28 '23 09:10 fvrrrn

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

camillalo avatar Oct 28 '23 09:10 camillalo

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

tuseefahmed786 avatar Oct 28 '23 10:10 tuseefahmed786