Sublime Forum

[Solved]Emmet not working in 3124

#1

Hi,

I just upgraded sublime text to 3124, I taped : tr>td*5 it doesn’t work, I reinstalled emmet, and I checked “ignored_packages”, nothing, where is the problem ?

Thanks

1 Like

Emmet not working in 3126
#2

It stopped working for me last week. Some issue with some startup errors.

'could not load PyV8 loader'

I just removed the plugin.

0 Likes

#3

1 exit st3
2 rename 0_package_control_loader.sublime-package to 0_package_control_loader.sublime-package.bak (or move file for backup)
(path for ubuntu: /home/username/.config/sublime-text-3/Installed Packages/0_package_control_loader.sublime-package)
3 start st3
(file 0_package_control_loader.sublime-package is automatically created -> emmet work)

3 Likes

#4

Many thanks @_92, I changed the topic to solved :wink:

1 Like

#5

Works for me too! Thanks a lot!

0 Likes

#6

Thanks for the solution, but for me it only works for the current session.

After a few seconds, ST3 displays a window: “Package Control
1 missing dependency was just installed. Sublime Text should be restarted, otherwise one or more of the installed packages may not function properly.”

At the moment, if I continue working with ST3, Emmet works. But if I restart ST3, Emmet doesn’t work anymore.

In the console, the missing dependency seems to be related to “ssl-linux”

Thanks for your help

0 Likes

#7

Alright, I have the same thing, any idea @_92 ?

Each time I close ST3 I remove : 0_package_control_loader.sublime-package

0 Likes

#8
0 Likes

#9

You are a life saver.

0 Likes