yarn install ECONNREFUSED
Note
This should only apply when trying to do the developer environment install (i.e. installing from the repo)
Related posts
As raised on the following post:
Errors
From the post mentioned above:
Possible root cause
Note: this error should only happen if you are trying to setup SuiteCRM
from the repo, instead of using the packed zip.
Outdated version on yarn.lock
on the current repo code.
This may happen on the currently published yarn.lock
. It will be updated and published soon.
Temporary Solution
Note: This solution should only be applied while the yarn.lock
is not updated
- Delete the
yarn.lock
and runyarn install
- Then go through the remaining steps on the development-install-guide