mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #479] file_get_contents #337
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#337
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 @JulienLavocat on GitHub (Nov 11, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/479
Hi,
When accessing koel after installing I got this error :
https://gyazo.com/5352355d36a5d2d9c1c851650ce6322d
I read the wiki, and i run "npm install" to solve the problem, but I didn't solve anything.
Maybe I did something wrong ?
@gamerlv commented on GitHub (Nov 13, 2016):
It appears that the gulp task did not execute successfully. I read you already ran the command
npm installbut did it output anything, errors or warnings perhaps?If all the required modules have been installed and you still get this error message it's possible to run gulp manually using the following command, run from the root application folder. (
/var/www/html/koelin your case)@mayrmartin commented on GitHub (Nov 19, 2016):
I have the same problem.
I ran
/node_modules/.bin/cross-env NODE_ENV=production && ./node_modules/.bin/gulp --productionand got this output with these errors:@gamerlv commented on GitHub (Nov 20, 2016):
It seems to have difficulty grasping the ES5 import statement. Taking a wild stab I would say your nodejs version is too old. I'm not sure when they introduced support for that in nodejs but if your version is below version 6.8 I would suggest you update it.
If updating is not an option for you there may still be another way, but I'm not entirely sure it will work.
Copy & Paste the following line code at the top of
gulpfile.js.