SublimeText-Nodejs
SublimeText-Nodejs copied to clipboard
Error with tooltip
On windows, when I click in the menu:

I got:
Exception in thread Thread-453:
Traceback (most recent call last):
File "./python3.3/threading.py", line 901, in _bootstrap_inner
File "C:\Users\A-312\AppData\Roaming\Sublime Text 3\Packages\Nodejs\lib\nodejs_command_thread.py", line 125, in run
output = self.proc.communicate(timeout=5)[0].decode()
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x82 in position 81: invalid start byte
settings:
// Settings in here override those in "Nodejs/Nodejs.sublime-settings",
// and are overridden in turn by syntax-specific settings.
{
"node_path": "C:\\Users\\A-312\\AppData\\Roaming\\Sublime Text 3\\nodejs_bin\\node-v12.16.2-win-x64",
"encoding": "utf8"
}
That's very weird because all tests have been passed with success. Anyway, I'll try to reproduce your case and let you to know
Please, post the version of ST you are using with build number.
3211 and I installed your package with package control