Getting errors while setting-up react project

Viewed 37

I have successfully setup my react projects and it do work fine But before compiling it using npm start I got some errors after installation.

Installing template dependencies using npm...
npm ERR! code FETCH_ERROR
npm ERR! errno FETCH_ERROR
npm ERR! invalid json response body at https://registry.npmjs.org/css.escape reason: Invalid response body while trying to fetch https://registry.npmjs.org/css.escape: 5040:error:1408F119:SSL routines:ssl3_get_record:decryption failed or bad record mac:c:\ws\deps\openssl\openssl\ssl\record\ssl3_record.c:677:
npm ERR!

Can someone tell me whether this errors will generate any issue in project. And if possible how to solve them?

0 Answers
Related