Eric Lighthall
Eric Lighthall
> I also experienced this issue, I manage to fix it by changing the postinstall script in the main package.json file. `cd packages/phoenix && cd packages/contextlink && npm install &&...
Alright, looking forward to how it goes.
I'd like to work on this issue. Could I be assigned to it or start working on a fix? Thanks.
It looks like this might be specific to UNIX with using ```spawn``` and ```shell:true```. Adding ```detached: true``` in ```spawn``` and using ```process.kill(-proc.pid)``` seems to work, but I'm not entirely sure...
What version of Node.js are you running? I wonder if it's related to that.
> I tried to re install npm, now it says /usr/bin/env: ‘node’: No such file or directory What shows up when you run the command ```which node```? The error ```/usr/bin/env:...