mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #1097] Faliure When Installing Using php artisan koel:init #644
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#644
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 @decaby7e on GitHub (Oct 1, 2019).
Original GitHub issue: https://github.com/koel/koel/issues/1097
Currently, running php artisan koel:init returns this error:
95% emitting ERROR Failed to compile with 4 errors6:56:28 PM
These dependencies were not found:
To install them, you can run: npm install --save /var/www/koel/resources/assets/js/app.js /var/www/koel/resources/assets/js/remote/app.js /var/www/koel/resources/assets/sass/app.scss /var/www/koel/resources/assets/sass/remote.scss
Asset Size Chunks Chunk Names
/js/remote/app.js 592 bytes 0 [emitted] /js/remote/app
/js/app.js 785 bytes 1 [emitted] /js/app
ERROR in multi ./resources/assets/js/app.js ./resources/assets/sass/app.scss ./resources/assets/sass/remote.scss
Module not found: Error: Can't resolve '/var/www/koel/resources/assets/js/app.js' in '/var/www/koel'
@ multi ./resources/assets/js/app.js ./resources/assets/sass/app.scss ./resources/assets/sass/remote.scss
ERROR in multi ./resources/assets/js/remote/app.js
Module not found: Error: Can't resolve '/var/www/koel/resources/assets/js/remote/app.js' in '/var/www/koel'
@ multi ./resources/assets/js/remote/app.js
ERROR in multi ./resources/assets/js/app.js ./resources/assets/sass/app.scss ./resources/assets/sass/remote.scss
Module not found: Error: Can't resolve '/var/www/koel/resources/assets/sass/app.scss' in '/var/www/koel'
@ multi ./resources/assets/js/app.js ./resources/assets/sass/app.scss ./resources/assets/sass/remote.scss
ERROR in multi ./resources/assets/js/app.js ./resources/assets/sass/app.scss ./resources/assets/sass/remote.scss
Module not found: Error: Can't resolve '/var/www/koel/resources/assets/sass/remote.scss' in '/var/www/koel'
@ multi ./resources/assets/js/app.js ./resources/assets/sass/app.scss ./resources/assets/sass/remote.scss
error Command failed with exit code 2.
Any ideas on how to fix this?
@decaby7e commented on GitHub (Oct 1, 2019):
Nevermind! Read through some related issues and found the cause from #1077 :