Questions tagged [package-control]

Package Control is the standard package manager for Sublime Text plugins and extensions, created by Will Bond.

Package Control is the standard package manager for Sublime Text plugins and extensions, created by Will Bond. https://packagecontrol.io

92 questions
4
votes
2 answers

Sublime Text 3: There are no packages available for installation

I have a problem with packages installation for Sublime Text 3. I downloaded ST3 and follow the instructions https://packagecontrol.io/installation . I clicked Package Control —> Install Package and have error ... Sublime Console: DPI scale:…
drfels
  • 143
  • 1
  • 3
4
votes
1 answer

ImportError when trying to install Package Control in Sublime Text 2

I tried installing Package Control in Sublime Text 2. I entered the following install code from the official website into the console: import urllib2,os,hashlib; h = '7183a2d3e96f11eeadd761d777e62404' + 'e330c659d4bb41d3bdf022e94cab3cd0'; pf =…
Lazarus
  • 55
  • 1
  • 6
3
votes
2 answers

Sublime text 3, Package Controll - cant install packages

I realized like a week ago that I cannot install any new packages via Package Control. I tried everything even reinstalling sublime, while cleaning all files /Library/Application Support/ everything. Still the same problem. Any ideas? ignored…
DominikN.
  • 1,245
  • 1
  • 17
  • 27
3
votes
1 answer

How to integrate elm-format with Sublime Text

I'm trying to make elm-format work in Sublime Text and am following these instructions: https://packagecontrol.io/packages/Elm%20Language%20Support Step one says: "Make sure elm-format is in your PATH" What does that mean? How do I find my path?
bholtbholt
  • 11,281
  • 6
  • 22
  • 32
3
votes
1 answer

Sublime Package Control Errno 13

Whenever I open up Sublime on my Window 7 machine I get an error about Package Control not having permissions to access a temp folder as it tries to update packages. I've tried resetting the permissions of the parent folder to no avail, and tried…
Picard102
  • 624
  • 1
  • 9
  • 21
3
votes
1 answer

Sublime Text 3: How to install specific version of package

I'm installing this package via package control but it's not choosing the latest one. It installs version 1.5.3 but i want 1.5.6. Is there any way to declare the version number explicitly while installing?
3
votes
0 answers

Sublimerge won't work on scss file

I installed Sublime text 3 and Sublimerge but for some reason it cannot compare .scss file. I am not sure what I did wrong because everything was default. But if I copy and paste both files into Untitle tab to compare, it works. Is there some…
HP.
  • 19,226
  • 53
  • 154
  • 253
3
votes
1 answer

Determining which version of a plugin is installed in Sublime Text 3?

I tried to look up something simple like Package Control to determine if its version 2.x or 3.x installed, but even when browsing the Installed Packages folder, the only thing I could find was a created date of the plugin - created date shouldn't be…
vol7ron
  • 40,809
  • 21
  • 119
  • 172
3
votes
4 answers

Sublime Text 2 - There are no packages available for installation

So many Sublime Text 2 users get error (or) no action when they want to install any sublime text 2 package @via Package Control. When I'm clicked on Package Control: Install Package from Ctrl+Shift+P. I got this below error: There are no packages…
Temüjin
  • 15,371
  • 8
  • 35
  • 57
3
votes
2 answers

Package Control: Install Package File "", line 1 Package Control: Install Package ^ SyntaxError: invalid syntax

I'm trying to install Emmet to Sublime as a plugin. I open the console, and paste in Package Control: Install Package as instructed on the Emmet page. However, when I hit enter I get >>> Package Control: Install Package File "", line 1 …
CodyBugstein
  • 21,984
  • 61
  • 207
  • 363
3
votes
2 answers

Change settings of BracketHighlighter Package Sublime Text

how can i change the threshold in my BracketHighlighter to highlight brackets that are farther apart? Instead of displaying a question mark in the left bar I still want to be able to locate the brackets
jacoballenwood
  • 2,787
  • 2
  • 24
  • 39
3
votes
2 answers

Unable to find Emmet in package control in Sublime Text 3

I'm trying to install Emmet via Package Control in Sublime Text 3 but whenever I search for it it just doesn't show up. Any ideas? Am I missing a repository maybe?
hamchapman
  • 2,901
  • 4
  • 22
  • 37
2
votes
0 answers

How to set Package Controller in Sublime when it seems inactivated

Desired output: I would like to set Sublime Text 4 on my new MacOs with all my favourite plugins. As already done with previous machines, I was about to install Package Control as described here https://packagecontrol.io/installation. The…
Alex
  • 599
  • 1
  • 4
  • 16
2
votes
1 answer

How to resolve dependency hell in NPM with peerDependencies

Setup: Given the following points my_library makes extensive runtime use of jquery. in my_library the jquery required via npm is ^3.3.1 by default (because of security fixes in it). However it is compatible also with jquery >=2.2.0 (but is not…
Kamafeather
  • 8,663
  • 14
  • 69
  • 99
2
votes
1 answer

Package Control stopped working

Package Control has been working fine for years on Sublime Text 3 in OS X (MacOS). However, now when I try to launch Package Control from the Command Palette, all its commands are missing. I tried installing Package Control again using the…
Nyxynyx
  • 61,411
  • 155
  • 482
  • 830