mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #31] Error after installation #23
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#23
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 @ch4m17ux on GitHub (Dec 14, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/31
Hi Guys
I had installed Koel, but when I try to access trough http://localhost:8000/ web browser show error exception:
2/2 ErrorException in Application.php line 36: file_get_contents(/koel/public/build/rev-manifest.json): failed to open stream: No such file or directory (View: /koel/resources/views/index.blade.php)
1/2 ErrorException in Application.php line 36: file_get_contents(/koel/public/build/rev-manifest.json): failed to open stream: No such file or directory
Can you help me?
Best regards
@ch4m17ux commented on GitHub (Dec 14, 2015):
Hi
Additional, when I run command: npm install
show:
npm http 304 https://registry.npmjs.org/xtend
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /koel/npm-debug.log
npm ERR! not ok code 0
Please help me
@whachoe commented on GitHub (Dec 14, 2015):
Hey chamitux. This means that you npm install didn't complete fully. I had to run this command a few times before it was complete. And even then, you have to install a few extra dependencies yourself:
npm install browserslist num2fraction postcss-value-parser caniuse-db
Also, you can always try to run
bower installandgulp --productionafterwards to be sure.@vcastrejont commented on GitHub (Dec 14, 2015):
I fixed this executing "npm install" without sudo
@phanan commented on GitHub (Dec 14, 2015):
A
npm install, once done successfully, should suffice. If you encounter any error, please fix it accordingly.