Tag Archives: Sublime Text3

Sublime Text3: How to Solve Error “There are no packages available for installation”

Problem description

Install some plug-ins through package control of sublime text, but click package C ontrol:Install Package After a period of time, a window will pop up with the message “there are no packages available for installation”:

Solutions

Visit https://packagecontrol.io/channel_ V3.json download channel_ V3.json to local:

Then click preferences – > Browse packages, enter a package directory of sublime text, and then download the channel_ Copy the v3.json file to this directory:

Then modify the user configuration of package control and click preferences – > Package Settings-> Package Control-> Settings – user, add or modify the configuration information of “channels”, whose path is channel_ Path of v3.json file:

Restart sublime text, and then click package C in package control ontrol:Install Package That’s it~