com-dictionary icon indicating copy to clipboard operation
com-dictionary copied to clipboard

Updating Package.json

Open swarupyeole11 opened this issue 2 years ago • 7 comments

image

The project gives the following error when the project start it is due to Version Update error we would need to update package.json to make it work .

swarupyeole11 avatar Feb 07 '23 07:02 swarupyeole11

Please assignt the issue to me

swarupyeole11 avatar Feb 07 '23 07:02 swarupyeole11

How did you setup the project without a README? @swarupyeole11

priyansh2003 avatar Feb 07 '23 18:02 priyansh2003

I ran the basic npm install Command after that when I ran npm start it gave me this issue . It is most probably due to package version error.

swarupyeole11 avatar Feb 07 '23 18:02 swarupyeole11

Ohkay got that

priyansh2003 avatar Feb 07 '23 20:02 priyansh2003

do npm init -y @swarupyeole11 then npm install should work.

priyansh2003 avatar Feb 10 '23 18:02 priyansh2003

Assign me this issue because i am already solve this issue in my local server.

IswarPatro avatar Mar 03 '23 12:03 IswarPatro

This issue comes with the new update of Node.js 17. In React you can change the script attribute in the package.json file to:

"scripts": { "start": "react-scripts --openssl-legacy-provider start", "build": "react-scripts --openssl-legacy-provider build", }

IswarPatro avatar Mar 06 '23 06:03 IswarPatro