Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.

Can't install, not working? #8

Open
assembledadam opened this issue Nov 14, 2020 · 3 comments
Open

Can't install, not working? #8

assembledadam opened this issue Nov 14, 2020 · 3 comments

Comments

@assembledadam
Copy link

Got Local version 5.9.2+5056, followed the instructions, but after clicking 'Install add-on from disk' there are no files it recognise as being selectable to install.

Tried building it and placing it in the add-ons directory, even editing enabled-addons.json in the Local dir but nothing seems to work.

Any help would be greatly appreciated (I can't believe it isn't a default option within Local to modify the ports!)

@assembledadam
Copy link
Author

It appears the 'install from disk' looks for a .tar.gz file. I recompressed the repo into this file format, which allowed me to select the file, but the installation failed saying it requires Local version 3.0.0 or above (see screenshot).

Screenshot 2020-11-14 at 16 48 30

@rafiyagi
Copy link

rafiyagi commented Dec 28, 2020

@assembledadam I got it to work by changing:

  "engines": {
    "local-by-flywheel": "^3.0.0"
  }

To:

  "engines": {
    "local-by-flwyheel": "^5.2.0"
  }

This is the line in the master branch: https://github.com/getflywheel/local-addon-ports/blob/master/package.json#L46

I then re-compressed to a .tgz file and it installed it.

**Update:
Seems like it's not wanting to "enable" it after changing the package.json - so there's probably other changes that need to be made 😢

@ramizmanked-multidots
Copy link

@rafdizzle86 I wonder if you were able to make any progress?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants