reswitched/pegaswitch

Fails to install on windows 10.

Dwood15 opened this issue · 3 comments

Both npm and nodejs are running without issue.

I have installed the windows-build-tools globally prior to this.

pegaswitch_fail

Python is 2.7.

Looks like the issue is related to installing pty.js I recommend moving to node-pty instead. pty.js has not been updated for a year, whereas node-pty is being actively maintained.

For Windows users, go to your pegaswitch folder and do npm uninstall pty.js, then do: 'npm install node-pty' then run npm install. This doesn't get the application to become responsive for me, however it fixes the npm install errors.

Edit: Or just removing any references to pty whatsoever, seeing as there's no files using the package?

Did you get beyond this?, I have tried the method above, but no luck on Windows 10

I haven't built the project on my main machine in ages, so very possible something changed.

Edit: Yes, I got beyond this. I got the dns and everything else working, it was just annoying to set up.