Ga naar inhoud

Yarn

Using yarn install returns a Node error

These errors are caused by the conflicting versions of Node and Yarn while running the command.

Fixing the issue:

Check which versions are installed.

node -v

Install lower version.

brew install node@10

Switch to installed version.

brew unlink node

brew link node@10