Frontend developer install guide

I’ve downloaded an installed SuiteCRM-8.9.2-dev.zip, then I’ll try to follow the guide at the page: Front-end Developer Install Guide - 8.8.0+ :: SuiteCRM Documentation

I’ve installed npm, yarn, angular cli, finally I’ve tried:

yarn install

but I got this:

➤ YN0000: · Yarn 4.13.0
➤ YN0000: ┌ Resolution step
➤ YN0000: └ Completed in 0s 256ms
➤ YN0000: ┌ Post-resolution validation
➤ YN0086: │ Some peer dependencies are incorrectly met by dependencies; run yarn explain peer-requirements for details.
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step
➤ YN0000: ⠸ ==================================================================-Killed

I’ve tried “yarn explain peer-requirements” but I got a long list of “doesn’t provide” warnings/errors.

What I miss?

Thanks.

  • Use enough RAM
  • Check supported versions here: Compatibility Matrix :: SuiteCRM Documentation
  • From the SuiteCRM root directory: Delete any partial install: rm -rf node_modules .yarn/cache .yarn/unplugged (or Windows equivalent). Run: yarn install again.

The problem was the RAM, with 2 GB all works, but 1 GB isn’t enough.

Thanks.