SuiteCRM 8 - Q & A

Hi Clemente!
You talk about a pre built Zip, where the Angular files are already pre-compiled. But as far as I can see, that Zip file currently is not available for download.

Edit: I’ve found the package Zip. You can download it on SuiteCRM 8 Beta 2 Released! - Experience it today! Where you will be redirected to the sourceforge project site.

For your information. I’m also running in issues with the procedure described.

Composer version 2.0.12
Node v10.24.0
yarn 1.22.10
Angular CLI: 11.2.7

I do the following:

cd /var/www/suite8
composer install
yarn install

and get following error:

error An unexpected error occurred: “http://localhost:4873/cross-spawn/-/cross-spawn-7.0.3.tgz: connect ECONNREFUSED 127.0.0.1:4873”.

I also tried with --force as is sugessted in the composer install message: “Don’t forget to run npm install --force or yarn install --force to refresh your JavaScript dependencies!”, with the same result.