You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure what you did, but I usually start the app with either cd ./examples/electron && yarn start or yarn --cwd ./examples/electron start. Please do not forget to run yarn rebuild:electron, I do not see that in your steps.
Can you please try again. Frankly, I did not try it on Linux, but it was verified on Gitpod (running on Linux) with VNC.
I don't know what happen, I also use electron for another application and when I tried again with Theia with yarn start:electron (which does "yarn rebuild:electron && yarn --cwd examples/electron start" ) it started to work using node 12.
Bug Description:
Upgrade node to use version 12 and electron does not start
Tested with the browser and it works
Steps to Reproduce:
gyp ERR! System Linux 4.15.0-111-generic
gyp ERR! command "/home/lmcbout/.nvm/versions/node/v12.18.2/bin/node" "/home/lmcbout/theia/stable/theia/node_modules/electron-rebuild/node_modules/.bin/node-gyp" "rebuild" "--target=9.0.2" "--arch=x64" "--dist-url=https://www.electronjs.org/headers" "--build-from-source"
gyp ERR! cwd /home/lmcbout/theia/stable/theia/node_modules/@theia/node-pty
gyp ERR! node -v v12.18.2
gyp ERR! node-gyp -v v6.1.0
gyp ERR! not ok
Failed with exit code: 1
Additional Information
The text was updated successfully, but these errors were encountered: