Medalink / laravel-blade

This package adds syntax definitions for the Laravel Blade engine.
http://www.laravel.com
MIT License
421 stars 105 forks source link

Stopped working today #188

Closed mrlinnth closed 4 years ago

mrlinnth commented 4 years ago

Uninstalled and try to install again. Got this error in console.

Package Control: Error downloading package. HTTP error 404 downloading https://codeload.github.com/Medalink/laravel-blade/zip/1.6.18.

Thavarshan commented 4 years ago

Min too. Got the same error

Package Control: Error downloading package. HTTP error 404 downloading https://codeload.github.com/Medalink/laravel-blade/zip/1.6.18. error: Package Control

Corben78 commented 4 years ago

Same here. Looks like the URL for downloading configured via package control is not available any more. I see in the package.json it's not codeload but nodeload?

As a workaround, the manual install worked for me (cloning or unzipping this repo to [install-dir]/Packages/laravel-blade)

subdesign commented 4 years ago
Package Control: Error downloading package. HTTP error 404 downloading https://codeload.github.com/Medalink/laravel-blade/zip/1.6.18.
error: Package Control

Unable to download Laravel Blade Highlighter. Please view the console for more details.

same on Mac

EDIT: @Corben78 workaround works for me, on Mac:

cd ~/Library/Application Support/Sublime Text 3/Packages
git clone https://github.com/Medalink/laravel-blade.git

then restart Sublime

mdeprezzo commented 4 years ago

@subdesign doesn't works for me on Linux

Corben78 commented 4 years ago

@subdesign doesn't works for me on Linux

It does work on Linux as well, just the path is different. For me it's $HOME/.config/sublime-text-3/Packages

mdeprezzo commented 4 years ago

@Corben78 i know, i put the file inside Packages dir, but nothing happen

Corben78 commented 4 years ago

@mdeprezzo maybe you just need to re-select the select hilighting for Laravel Blade? Or check if the Package is blacklisted due to the initial issue. As I'm on Linux as well, I can confirm it does work in general.

mdeprezzo commented 4 years ago

@mdeprezzo maybe you just need to re-select the select hilighting for Laravel Blade? Or check if the Package is blacklisted due to the initial issue. As I'm on Linux as well, I can confirm it does work in general.

i'll try thanks for the suggestion!

ganeshkanadeaplswd commented 4 years ago

Capture Worked for me

Medalink commented 4 years ago

I fixed a typo in the release name. It should install correctly now.

Corben78 commented 4 years ago

@Medalink

I fixed a typo in the release name. It should install correctly now.

Thanks for the quick response to this issue. Where was that typo? On package control's end as I don't see a commit with that fix on this repo? As of right now it does not install for me, but maybe package control just needs some time to adapt.

edit: seems to have updated, I could install the extension again without issues. Thank you very much!