DavyJonesLocker / client_side_validations

Client Side Validations made easy for Ruby on Rails
MIT License
2.69k stars 405 forks source link

Not able to get yarn package #799

Closed kushthedude closed 4 years ago

kushthedude commented 4 years ago

Steps to reproduce*

Expected behavior*

Package should get installed properly.

Actual behavior*

yarn install v1.21.1
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...

System configuration*

Rails version: 6.0.0 Ruby version: 2.5.0 Client Side Validations version: Not getting installed

tagliala commented 4 years ago

Hi!

Thanks for being part of the CSV Community.

Can't confirm. CSV is using the public yarn repository. It could be a temporary error with your network or with yarn itself

In fact, I'm getting an error 500 while trying to check yarn's status at https://status.yarnpkg.com/

kushthedude commented 4 years ago

Hi @tagliala , thanks for heads-up! I am still unable to access the package.

tagliala commented 4 years ago

please try with npm instead of yarn

kushthedude commented 4 years ago

please try with npm instead of yarn

Worked! Thanks