jonnyzzz / TeamCity.Node

Node.js, NPM and Phantom.JS runners for TeamCity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yarn V2 Berry compatibiliy?

danreg opened this issue · comments

How do I configure the node yarn runner to use yarn v2 (berry). Yarn V2 works a bit different than before. It is installed project wide.
When I run my current config, it fails with:

error An unexpected error occurred: "Unknown token: { line: 3, col: 2, type: 'INVALID', value: undefined } 3:2 in yarn.lock

It still uses the globally installed version (v1.22)