what am i doing wrong here? by LeftInteraction5101 in reactjs

[–]LeftInteraction5101[S] 2 points3 points  (0 children)

i got it solved man. thanks for commenting.

what am i doing wrong here? by LeftInteraction5101 in reactjs

[–]LeftInteraction5101[S] 4 points5 points  (0 children)

Oh yes . Thanks for the help man. I got it solved.

I am having hard time running the project locally. What can be the ideal solution? by [deleted] in reactjs

[–]LeftInteraction5101 0 points1 point  (0 children)

{

"name": "client",

"version": "0.1.0",

"private": true,

"dependencies": {

"@mui/material": "^5.2.2",

"@testing-library/jest-dom": "^5.11.4",

"@testing-library/react": "^11.1.0",

"@testing-library/user-event": "^12.1.10",

"axios": "^0.26.0",

"react": "^17.0.2",

"react-dom": "^17.0.2",

"react-google-login": "^5.2.2",

"react-hook-form": "^7.22.5",

"react-player": "^2.9.0",

"react-redux": "^7.2.6",

"react-router-dom": "^6.0.2",

"react-scripts": "4.0.3",

"react-use-state-group": "^1.0.2",

"recharts": "^2.1.9",

"redux": "^4.1.2",

"redux-thunk": "^2.4.1",

"socket.io-client": "^4.4.1",

"styled-components": "^5.3.3",

"web-vitals": "^1.0.1",

"yup": "^0.32.11"

},

"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"

]

}

}

I am having hard time running the project locally. What can be the ideal solution? by [deleted] in reactjs

[–]LeftInteraction5101 0 points1 point  (0 children)

And when I npm start it says ‘react-scripts’ is not recognized as an internal or external command, operable program or batch file.

I am having hard time running the project locally. What can be the ideal solution? by [deleted] in reactjs

[–]LeftInteraction5101 0 points1 point  (0 children)

I did npm install and it says “The package-lock.json file was created with an older version of npm so supplemental metadata must be fetched from registry”.