mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #943] Installation failed #607
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#607
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 @kalenpw on GitHub (Mar 28, 2019).
Original GitHub issue: https://github.com/koel/koel/issues/943
Hey, thanks for contributing to Koel! To save time for both of us, please make sure these checkboxes are checked before submitting the issue:
All checked? Now also make sure your issue
Following these steps:
Found here: https://koel.phanan.net/#install
After running
php artisan koel:initerror:https://pastebin.com/BnNEQxYt
Per the error I ran `npm install --save'
after that I get essentially the same error saying:
Per the troubleshooting recommending yarn problems were likely an install with my yarn installation so I reinstalled yarn 1.15.2 through the official debian repos.
Versions:
yarn: 1.15.2
npm: 6.7.0
node: 11.10.0
@kalenpw commented on GitHub (Mar 28, 2019):
I should note I saw this issue: https://github.com/phanan/koel/issues/656 which recomeneded yarn 1.3.2 which I installed and am having the same issue after rm -rf node_modules and then yarn install
@CodinMoldovanu commented on GitHub (Mar 28, 2019):
Seconding this.
@CodinMoldovanu commented on GitHub (Mar 28, 2019):
@kalenpw I pulled the core from koel/core and copied the assets (img,css,js,sass folders) into /resources/assets and I was able to run php artisan koel:init successfully.
@kalenpw commented on GitHub (Mar 28, 2019):
Wonderful that worked for me as well. Thanks for the help!
@phanan commented on GitHub (Mar 29, 2019):
You guys are installing from the
masterbranch, which has web and core modules separated.