Skip to content

Console Output

+ yarn install --unsafe-perm
yarn install v1.22.19
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
warning " > @eclipse-glsp/theia-integration@1.1.0-RC06" has unmet peer dependency "@theia/core@^1.34.2".
warning " > @eclipse-glsp/theia-integration@1.1.0-RC06" has unmet peer dependency "@theia/messages@^1.34.2".
warning " > @eclipse-glsp/theia-integration@1.1.0-RC06" has unmet peer dependency "sprotty-theia@0.13.0-next.9cbedec".
warning "workspace-aggregator-d5ec5691-cc9b-4a90-a5a6-5b6be394354b > browser-app > sprotty-theia@0.13.0-next.9cbedec" has unmet peer dependency "sprotty@^0.12.0".
warning "workspace-aggregator-d5ec5691-cc9b-4a90-a5a6-5b6be394354b > browser-app > sprotty-theia@0.13.0-next.9cbedec" has unmet peer dependency "sprotty-protocol@^0.12.0".
warning "workspace-aggregator-d5ec5691-cc9b-4a90-a5a6-5b6be394354b > browser-app > @theia/messages > react-perfect-scrollbar@1.5.8" has unmet peer dependency "react@>=16.3.3".
warning "workspace-aggregator-d5ec5691-cc9b-4a90-a5a6-5b6be394354b > browser-app > @theia/messages > react-perfect-scrollbar@1.5.8" has unmet peer dependency "react-dom@>=16.3.3".
warning "workspace-aggregator-d5ec5691-cc9b-4a90-a5a6-5b6be394354b > browser-app > @theia/process > node-pty@0.11.0-beta17" has unmet peer dependency "node-gyp@^8.3.0".
[5/5] Building fresh packages...
$ lerna run prepare
lerna notice cli v6.5.1
lerna info ci enabled

 >  Lerna (powered by Nx)   Running target prepare for 2 projects:

    - @eclipse-glsp-examples/workflow-theia
    - @eclipse-glsp/theia-integration

 

> @eclipse-glsp/theia-integration:prepare

@eclipse-glsp/theia-integration: yarn run v1.22.19
@eclipse-glsp/theia-integration: $ yarn clean && yarn build
@eclipse-glsp/theia-integration: $ rimraf lib tsconfig.tsbuildinfo 
@eclipse-glsp/theia-integration: $ tsc -b
@eclipse-glsp/theia-integration: Done in 19.81s.

> @eclipse-glsp-examples/workflow-theia:prepare

@eclipse-glsp-examples/workflow-theia: yarn run v1.22.19
@eclipse-glsp-examples/workflow-theia: $ yarn clean && yarn build
@eclipse-glsp-examples/workflow-theia: $ rimraf lib tsconfig.tsbuildinfo server/*.log
@eclipse-glsp-examples/workflow-theia: $ tsc -b
@eclipse-glsp-examples/workflow-theia: Done in 15.44s.

 

 >  Lerna (powered by Nx)   Successfully ran target prepare for 2 projects


Done in 197.13s.