Remote SSH Yarn install
I have a vagrant vm that I access through SSH from PHPStorm. To run some scripts I created a "Remote SSH External Tool". But the terminal output is garbled. A simple "yarn install" for example (with filling progress bars) doesn't seem to update the terminal correctly, but adds the new progress bar status next to the old one. Also it shows no colors.
When I run the same manually through "Start SSH Session", it does look right.
Is this a bug in the Remote SSH External Tool or am I missing a setting somewhere?
Please sign in to leave a comment.
Which PhpStorm version do you use?
It has been a problem a while ago: https://youtrack.jetbrains.com/issue/IDEA-124339
2016.3.2, the latest...
Could you please share a screenshot of that view?
Instead of just replacing the line, it seems to just add to it. Added downside is, it takes like 10 times as long to do the install, because it seems rather busy updating the console.
Any update on this? Or should I make a bug report?