Skip to content

Add symlink creation step

Mikhail Mazurskiy requested to merge ash2k-update-installation-instructions into master

What does this Merge Request do?

Adds symlink creation step to fix yarn installation. brew install yarn --ignore-dependencies is looking for node in /usr/local/opt directory but we've installed it in /usr/local/opt/node@12.

Merge Request checklist

  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.

Merge request reports