ProgressNS / sidekick-feedback

This repository is for feedback regarding NativeScript Sidekick. Use the issues system here to submit feature requests or vote for existing ones.
45 stars 9 forks source link

Sidekick crashes when using Node 10.6.0, 10.7.0 (on Windows) #227

Open ventsislav-georgiev opened 6 years ago

ventsislav-georgiev commented 6 years ago

Tell us about the problem

Sidekick starts a CLI child process using the installed Node and communicates with the child process via node's ipc implementation. With the latest version of Node 10.6.0 or 10.7.0, there is a breaking change in the ipc implementation and pre Node 10.6.0 versions cannot receive ipc messages from Node 10.6.0 or 10.7.0 processes.

The issues is reported in other repositories

Which platform(s) does the issue occur on?

Windows

Provide the following version numbers that the issue occurs with:

Tell us how to recreate the issue in as much detail as possible

Install Node 10.6.0 or 10.7.0 globally and start Sidekick

Does this issue happen every time?

Yes