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.
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