rjshkhr / cleanfolio

A portfolio template for developers.
https://rjshkhr.github.io/cleanfolio/
MIT License
631 stars 268 forks source link

Error when installing project #1

Closed FangLondon closed 2 years ago

FangLondon commented 2 years ago

Hello.

When I try to install the project i get the following error:

J:\cleanfolio>yarn install yarn install v1.22.11 [1/4] Resolving packages... [2/4] Fetching packages... error An unexpected error occurred: "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz: 14128:error:1408F119:SSL routines:ssl3_get_record:decryption failed or bad record mac:c:\ws\deps\openssl\openssl\ssl\record\ssl3_record.c:677: ". info If you think this is a bug, please open a bug report with the information provided in "J:\Programacion\React\cleanfolio\yarn-error.log". info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. info There appears to be trouble with your network connection. Retrying... info There appears to be trouble with your network connection. Retrying...

It looks is trying to connect via VPN or something, I don't know.

Thanks for your help.

abhirambj commented 2 years ago

If you have nodejs and npm installed, you can use the command npm install also to install the packages mentioned in the package.json...

Hello.

When I try to install the project i get the following error:

J:\cleanfolio>yarn install yarn install v1.22.11 [1/4] Resolving packages... [2/4] Fetching packages... error An unexpected error occurred: "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz: 14128:error:1408F119:SSL routines:ssl3_get_record:decryption failed or bad record mac:c:\ws\deps\openssl\openssl\ssl\record\ssl3_record.c:677: ". info If you think this is a bug, please open a bug report with the information provided in "J:\Programacion\React\cleanfolio\yarn-error.log". info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. info There appears to be trouble with your network connection. Retrying... info There appears to be trouble with your network connection. Retrying...

It looks is trying to connect via VPN or something, I don't know.

Thanks for your help.