Hi!
First things first, I’m on Ubuntu 16.04 LTS x64 using ST Build 3122, with the package nodejs installed with apt-get.
I’ve created a sublime build system. In older versions of Ubuntu and Sublime it worked, but now the problem is that the console window:
- Is not showing any information
- Closes inmediately
The code of my build system is:
{
"cmd": ["gnome-terminal","-x","nodejs", "$file"],
"selector": "source.js"
}
