SuiteCRM 8 RC Core (from Github) installation yarn issue

Hello,

I can’t install SuiteCRM-Core 8 Release Candidate on a VPS nor locally without upgrading composer and npm dependencies with composer update and yarn upgrade


I follow the steps in the Developer Install Guide and each time I’m running yarn run build:core the script fails :

------------------------------------------------------------------------------
Building entry point 'core'
------------------------------------------------------------------------------
✖ Compiling with Angular sources in Ivy full compilation mode.
Cannot call write after a stream was destroyed
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! suitecrm@8.0.0-rc build-dev:core: `ng build core`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the suitecrm@8.0.0-rc build-dev:core script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/dev/.npm/_logs/2021-10-07T10_20_24_778Z-debug.log
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Is it normal that I cannot use the Github version or it really is a bug ?

This error disappear when I type composer update and yarn upgrade but still doesn’t work on my VPS, even when setting the correct permissions via SSH and installing the needed dependencies and PHP extensions.

I would really enjoy installing the RC with a development environment (such as integrating version control…)

SuiteCRM : 8.0.0 Release Candidate from Github
PHP : 7.4.2
Angular CLI: 12.1.0
Node: 12.14.1
yarn: 1.22.15

Thank you very much for your time and the support,
Take care