mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #805] ERROR: [Errno 2] No such file or directory: 'install' #565
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#565
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @7twin on GitHub (Sep 9, 2018).
Original GitHub issue: https://github.com/koel/koel/issues/805
Is associated with a version. Or better yet, a commit.
Includes the error output if it's a bug/error report ("Whoops!" is not very helpful, you know)
ERROR: [Errno 2] No such file or directory: 'install'occurs after doing aphp artisan koel:initinside thekoelfolder, within the stepCompiling front-end stuff@phanan commented on GitHub (Sep 16, 2018):
This looks like a problem with your Yarn installation, as hinted here. Please note that installing using
masterbranch is not recommended, however.@7twin commented on GitHub (Sep 21, 2018):
@phanan what branch is the stable and recommended one? also thanks - fixing it via the link provided worked, though now laravel reports
"File /css/app.css not defined in asset manifest. (View: /var/www/html/koel/resources/views/index.blade.php)"post-installation, even though it all run through just fine in the terminal.#748 addressed this before and had a solution merged in, but it still seems to happen.
I am running node 8.10, if that helps.
With Node v10.11.0 and a fresh install the same thing happens.
@phanan commented on GitHub (Sep 21, 2018):
@7twin https://github.com/phanan/koel/releases.
@7twin commented on GitHub (Sep 21, 2018):
@phanan pulling from the releases and installing worked (with Node 8.12, not 10), but the login never went through behind the nginx proxy, this helped: https://github.com/phanan/koel/issues/255#issuecomment-384622764
Would maybe as suggested an env variable be worth it? or atleast a "behind nginx proxy" readme section?
@BrookeDot commented on GitHub (Apr 22, 2020):
I do think we can improve the install documentation (especially after sorting through may GitHub issues on installing). I'll go ahead and close this as stale but glad to hear you got it working.