Che Theia build failing with the latest stable yarn
See original GitHub issueDescribe the bug
Che Theia build failing with the latest stable yarn - 1.21.1
Steps to reproduce
Remove node_modules
folder and build Che Theia with yarn
.
The build is failed with several messages, like:
warning package.json: Invalid bin entry for "che:theia" (in "@eclipse-che/theia-generator")
or
/bin/sh: theia:plugin: command not found
Looks like there’s some issue with creating symlinks in node_modules
folder.
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (9 by maintainers)
Top Results From Across the Web
Not able to Quick Start on Theia - Stack Overflow
error Command failed with exit code 1. $ yarn run clean && yarn run build $ theiaext clean $ theiaext build [compile] Killed...
Read more >Unable to build theia yarn build fails - Theia Community
error Command failed with exit code 1. info Visit yarn run | Yarn for documentation about this command. I have installed node-gyp v9.3.0...
Read more >Quay Container Registry
Hosted private Docker repositories. Includes full user management and history. Free for public repositories.
Read more >Chapter 2. Che-Theia IDE basics - Red Hat Customer Portal
commands: - name: theia:build actions: - type: exec component: che-dev command: > yarn workdir: /projects/theia - name: run actions: - type: vscode-task ...
Read more >building for production...error: error:0308010c:digital envelope ...
You can re install the current LTS Node.js version from their official site. ... I am having mysterious build errors building che-theia (which...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello @TheRealChssAddct, thanks for your feedback! cc @azatsarynnyy created the following issue: https://github.com/eclipse/che/issues/15771 to track yarn upgrade through the all projects which need these changes.
Same here. Looks it’s similar to #14145.
I found
theia:plugin
innode_modules/.bin/
on my workspace but it wasn’t. Onlytheia-plugin
is available.ls node_modules/.bin/
My workspace is on Debian GNU/Linux 9.11.
If my thought is reasonable,
theia:plugin
is just kept as it for the backward compatibility. Andtheia:plugin
won’t run at least on Windows. (And in my case, also Linux.)We can upgrade it to
theia-plugin
now, right ?