This add-on needs to be updated to work with your version of Local.
Opened this issue ยท 5 comments
Pixelalb commented
Using local 5.2.8 (latest today).
- the Volumes extension appears within the Add-Ons section of the app but cannot be installed (shows the warning)
- manually adding it to the addons folder doesn't make it appear in the addons list.
tryforceful commented
ooksanen commented
Same with 1.3.0 on Windows, except the requirement is ^3.0.0. Local version 5.7.4+4876.
EDIT: If I change the required version to "^5.0.0" in package.json, the add-on can be installed but it won't start.
keoshi commented
@claygriffiths I'm having the same problem as the folks above and was wondering if you're planning to update this extension.
KeviinCosmos commented
I found a may to remap the folder path:
- Go to the path of your local by flywheel installation (mine is d:/program files/local by flywheel)
- Install a new site and use nginx
- Go to the the path of the installed file (mine is d:/Users/XX/Development/Local by Flywheel Sites/SITE-NAME/conf/nginx)
- Open the file: site.conf.hbs
- Go to line 9 and edit the root to the path of you site. Screenshot
Change it to whatever, just rememeber to actually change the name/structure of for folder
ml-costmo commented
I found a may to remap the folder path:
- Go to the path of your local by flywheel installation (mine is d:/program files/local by flywheel)
- Install a new site and use nginx
- Go to the the path of the installed file (mine is d:/Users/XX/Development/Local by Flywheel Sites/SITE-NAME/conf/nginx)
- Open the file: site.conf.hbs
- Go to line 9 and edit the root to the path of you site. Screenshot
Change it to whatever, just rememeber to actually change the name/structure of for folder
For Apache on macOS, the path that needs to be modified is in ~/Library/Application Support/Local/sites.json
Your comment got me headed in the proper direction of the solution.