-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The theia sample of hello world plugin build failed on Windows #14145
Comments
@evidolob if it is windows specific only, I suppose we can move it to 7.x (up to the team to decide in which milestone this issue could be tackled). We could also put |
Just want to add I have the same or similar problem on gitpod, trying to get familiar in theia-ide/theia |
It looks like this can be fixed by changing "theia:plugin pack" to "theia-plugin pack" in the package.json build script. the "-" version appears to run on both Windows and Linux In the yarn.lock the @theia/plugin-packager is set at 0.0.1-1539891078, this needs upgrading to "@theia/plugin-packager": "0.0.1-1551941037" issue yarn upgrade to fix this |
fixes eclipse-che/che#14145 eclipse-che/che#15552. Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
fixes eclipse-che/che#14145 eclipse-che/che#15552. Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
fixes eclipse-che/che#14145 eclipse-che/che#15552 . Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
Describe the bug
comes from another issue eclipse-theia/theia#5849 (comment)
eclipse/che-theia-samples version
Steps to reproduce
1
git clone https://github.com/eclipse/che-theia-samples
2
cd che-theia-samples/samples/hello-world-backend-plugin
3
yarn
Expected behavior
build successfully
Screenshots
Environment
Windows
The text was updated successfully, but these errors were encountered: