[GH-ISSUE #31] Error after installation #23

Closed
opened 2026-02-26 02:31:50 +03:00 by kerem · 4 comments
Owner

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

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
kerem closed this issue 2026-02-26 02:31:50 +03:00
Author
Owner

@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

<!-- gh-comment-id:164505746 --> @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
Author
Owner

@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 install and gulp --production afterwards to be sure.

<!-- gh-comment-id:164519112 --> @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 install` and `gulp --production` afterwards to be sure.
Author
Owner

@vcastrejont commented on GitHub (Dec 14, 2015):

I fixed this executing "npm install" without sudo

<!-- gh-comment-id:164543043 --> @vcastrejont commented on GitHub (Dec 14, 2015): I fixed this executing "npm install" without sudo
Author
Owner

@phanan commented on GitHub (Dec 14, 2015):

A npm install, once done successfully, should suffice. If you encounter any error, please fix it accordingly.

<!-- gh-comment-id:164598911 --> @phanan commented on GitHub (Dec 14, 2015): A `npm install`, once done successfully, should suffice. If you encounter any error, please fix it accordingly.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#23
No description provided.