Open cbries opened 13 hours ago
@cbries Very interesting, I cannot reproduce the issues you are seeing on my machine. From the error messages I take it you are on Windows, is that correct? Which Node version are you using? I just tried to build everything with Node 22, Node 20, and Node 18 and the build went through. The error seems to happen in a native node module 'nsfw' so that really is a platform-specific error and seems to be related to the CPP compilation. Have you installed all the prerequisites from Theia? Unfortunately, I'm not on Windows so it is a bit hard to test this for me.
Regarding the utf-8-validate
error that you are seeing, I think that is actually just a warning and the build runs through, see https://github.com/eclipse-glsp/glsp/discussions/1079. Do you have problems starting it?
project-templates
can not be build. I tried to build node-json-theia and node-json-vscode, different build issues raised.I did the following based on this documentation:
https://eclipse.dev/glsp/documentation/gettingstarted/
1)
git clone https://github.com/eclipse-glsp/glsp-examples.git
current commit hash: e55606e37be62888309a97b765a1335807477a13
2)
cd glsp-examples/project-templates
3)
cd node-json-theia
4)
yarn
Result:
5)
cd ../node-json-vscode
6)
yarn
Result: