Search Criteria
Package Details: theia-next 20190620-3
Git Clone URL: | https://aur.archlinux.org/theia-next.git (read-only, click to copy) |
---|---|
Package Base: | theia-next |
Description: | None |
Upstream URL: | https://www.theia-ide.org/ |
Keywords: | ide theia |
Licenses: | |
Submitter: | pierrec |
Maintainer: | pierrec |
Last Packager: | pierrec |
Votes: | 2 |
Popularity: | 0.001092 |
First Submitted: | 2019-06-20 15:29 |
Last Updated: | 2019-10-28 16:45 |
Latest Comments
« First ‹ Previous 1 2
pierrec commented on 2019-10-15 19:09
Hi @feedc0de, I just tried again as well. It's related to nodejs 12 see theia's wiki https://github.com/eclipse-theia/theia/blob/master/doc/Developing.md#prerequisites
I was able to build & run it with nodejs 10 (using https://aur.archlinux.org/packages/nvm/ )
The build clearly requires nodejs<12, the runtime seems to accept nodejs 12 but I wouldn't recommend it
feedc0de commented on 2019-10-15 12:42
Hi, the compilation fails on my machine, seems to be related to node-gyp. Full build log: https://0x0.st/zx4z.log any ideas?