Skip to content

Console Output

+ yarn --cache-folder /home/jenkins/agent/workspace/sprotty-layout_master/yarn-cache --global-folder /home/jenkins/agent/workspace/sprotty-layout_master/yarn-global install
yarn install v1.9.4
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "sprotty > snabbdom-virtualize@0.7.0" has incorrect peer dependency "snabbdom@~0.6.6".
[4/4] Building fresh packages...
$ yarn run clean && yarn run build
warning Cannot find a suitable global folder. Tried these: "/usr/local, /.yarn"
yarn run v1.9.4
warning Skipping preferred cache folder "/.cache/yarn" because it is not writable.
warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1001800000".
$ rimraf lib artifacts
warning Cannot find a suitable global folder. Tried these: "/usr/local, /.yarn"
Done in 0.55s.
yarn run v1.9.4
warning Skipping preferred cache folder "/.cache/yarn" because it is not writable.
warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1001800000".
$ tsc -p ./lib.tsconfig.json && yarn run lint
warning Cannot find a suitable global folder. Tried these: "/usr/local, /.yarn"
Killed