-
Notifications
You must be signed in to change notification settings - Fork 33
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
Minimal Example Build Does Not Work, fails on yarn #248
Comments
The build fails while building the Theia app. From the error message it looks like you may be missing |
Doh!!! Sorry about that, I Check out the new text file with the three commands above, the first two work and the last one doesn't, again. what am i doing wrong? |
Great that you now get further! These are linting errors, which is surprising. |
I'm not familiar with these issues and we have to look into that. |
I tried the
I am not sure what to do next, any ideas? I actually have two repos of the same code at the moment, one installed using win 10, one using Debian, so i can test either approach as required |
After my last effort with WSL, I noticed some errors on my OneDrive to do with incorrect names. As an experiement I decided to try to install the GLSP Minimal example on my local drive (i.e. not in the OneDrive space). As usual, the Looking into these linting errors, it appears that the rules you have set go back too deep in the folder hierarchy, for example consider (import-js/eslint-plugin-import#720 ). Apparently this is due to two things:
Can you change the linting options please????? The casing errors are an artifact from interaction between your settings and the file system. Can you change them please? Error log attached below Try Googling "Casing of import does not match the underlying filesystem" and you will see what i mean |
Hi, unfortunately there was a bug in our |
Hi, we are definitely making progress. The yarn build command appeared to work correctly, and everything looked ok. Then when i changed directory to client, and tried to run the browser with |
This issue got stale and is not reproducible on our end. Feel free to reopen, if there is something for GLSP to change. |
Running through the minimal example in the glsp-examples repo, using Debian Linux (Windows Subsystem Linux - WSL), the build will not complete.
Using steps from this link https://github.com/eclipse-glsp/glsp-examples#building-the-minimal-example. The maven install works correctly
cd server/org.eclipse.glsp.example.minimal && mvn clean install && cd ../..
The following yarn install does not complete and errors out
cd client && yarn && cd ..
The terminal trace from these two commands is attached below
glspRepoYarnError.txt
The text was updated successfully, but these errors were encountered: