Is anyone using Windows to Develop Theia based IDE in recent days ? #15992
Unanswered
maheshrajrp
asked this question in
General
Replies: 1 comment 2 replies
-
Hey @maheshrajrp, you might be running outdated node.js/windows build tools installations. We updated our native stack (Electron, node.js, node-gyp) with 1.63.0. See #15972. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Everyone,
I've been trying to initialize a Custom IDE using Theia for past few days. I am completely unsuccessful in Windows (Got Linux working right out of the box), I've been frequented with errors,
It starts with
yo theia-extension
Logs:
Next install, the nightmarish
node-gyp
issue. I'm pretty sure I installed Visual Studio with Development C++, and Python. Though theyeoman generator
crashed, it created the necessary files at least, so I went ahead and rannpm install
and was welcomed with the following errors,I actually made peace with DevContainers for some time, until I realized DevContainers doesn't support Electron.
Wanted your opinion to see how you've tackled this Windows Issue,
Thanks
Beta Was this translation helpful? Give feedback.
All reactions