Hi,
How do I open Terminus or a terminal for npm usage in Sublime Text 4. I upgraded from 3 with Terminus installed, but can’t find it now in 4.
Regards,
David
Hi,
How do I open Terminus or a terminal for npm usage in Sublime Text 4. I upgraded from 3 with Terminus installed, but can’t find it now in 4.
Regards,
David
Any hints of Python exceptions in the console?
Is the package enabled? Check it by running “Preferences: Settings” from the command palette.
Every thing is there in the preferences including my personal theme I created for Terminus in version 3.
In 3 I could do Ctrl + P and choose Terminus. Now when I type Terminus it is not there in the list. Is there not a builtin terminal in 4?
By any chance, is it listed in the ignored_packages
settings of your user preferences ?
None of the ST versions have a built in terminal.
No it all looks normal, have the same problem on Mac and Windows after the update to 4.
Have you tried running “Package Control: Satisfy Dependencies”? I think it uses some deps.
Also:
I have freshly installed sublime Text 4 in Mac, and not able to install Terminus.
What I may be doing wrong ?
I am getting below error
Package Control: The dependency ‘ptyprocess’ is not available
I tried running
Package Control: Satisfy Dependencies
as well
this is weird. I use Windows and have the sublime terminus plugin installed. I also changed the keybindings. Works great when I need to use NPM for packages on my projects. Runs fine on the new ST.
In case you want to. here is my config:
[
{ “keys”: [“alt+`”], “command”: “toggle_terminus_panel” },
{ “keys”: [“alt+t”], “command”: “terminus_open”, “args”: { “cwd”: “${file_path:${folder}}” } },
{ “keys”: [“ctrl+shift+w”], “command”: “terminus_close”, “context”: [{ “key”: “terminus_view”}] },
{ “keys”: [“ctrl+t”], “command”: “new_file” },
{ “keys”: [“ctrl+n”], “command”: “new_window” },
]
There are currently some items missing from Package Control, including some dependencies.
For security reasons, whenever there’s an outage and repositories on GitHub are not accessible, a manual check is required to make sure that someone hasn’t maliciously replaced a trusted repository with a different one.
It would appear something like this has happened, so until the verification is done the only way forward is to wait or manually item the requisite items.