mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #107] Unable to setup Koel #74
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#74
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 @gau1991 on GitHub (Dec 18, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/107
Hey hi
Getting error as,
@wdmtech commented on GitHub (Dec 18, 2015):
@gau1991: You need to run
npm install@gau1991 commented on GitHub (Dec 18, 2015):
I got following output:
npm version:
@ch4m17ux commented on GitHub (Dec 18, 2015):
Hi buddy
This issue is recurrent, and only refers us to run npm install or bower install && gulp --production, but this error persists.
Anyone has a functional online demo?
@gafish04 commented on GitHub (Dec 18, 2015):
Hi everybody,
Same problem for me.
npm install said
npm WARN cannot run in wd koel@0.1.0 node node_modules/bower/bin/bower install && gulp --production (wd=/var/www/koel)
and I've got a problem with Koel interface
ErrorException in Application.php line 36:
file_get_contents(/var/www/koel/public/build/rev-manifest.json): failed to open stream: No such file or directory (View: /var/www/koel/resources/views/index.blade.php)
Regards
@Porco-Rosso commented on GitHub (Dec 18, 2015):
I'm having the same issue, anyone has any insights?
Edit:
https://github.com/phanan/koel/wiki/Troubleshooting this page mentions the problem, but the fix does not work.
Running
npm installI get:
cannot run in wd koel@0.1.0 node node_modules/bower/bin/bower install && gulp --production (wd=/root/koel)Running
bower install --allow-root && gulp --productionI get:
@bonyboy commented on GitHub (Dec 18, 2015):
@gafish04 I'm having the same ErrorException as you.
@phanan commented on GitHub (Dec 19, 2015):
See this: https://github.com/phanan/koel/wiki/Troubleshooting
@gafish04 commented on GitHub (Dec 19, 2015):
Hi,
I've seen the troubleshooting section. I've seen the ticket is close.
But as I said, and as an other user said, that doesn't work.
Step : node node_modules/bower/bin/bower install && gulp --production
that doesn't work too. It stops here :
bower plyr#~1.3.6 ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com/selz/plyr.git", exit code of #128 fatal: unable to connect to github.com: github.com[0: 192.30.252.128]: errno=Connexion termin?e par expiration du d?lai d'attente
and after :
npm ERR! Linux 3.2.0-4-686-pae
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! node v4.2.3
npm ERR! npm v2.14.7
npm ERR! code ELIFECYCLE
npm ERR! koel@0.1.0 postinstall:
node node_modules/bower/bin/bower install && gulp --productionnpm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the koel@0.1.0 postinstall script 'node node_modules/bower/bin/bower install && gulp --production'.
npm ERR! This is most likely a problem with the koel package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node node_modules/bower/bin/bower install && gulp --production
npm ERR! You can get their info via:
npm ERR! npm owner ls koel
npm ERR! There is likely additional logging output above.
npm ERR! Linux 3.2.0-4-686-pae
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! node v4.2.3
npm ERR! npm v2.14.7
npm ERR! path npm-debug.log.8b27229d002839a0871b061623e1c0be
npm ERR! code EACCES
npm ERR! errno -13
npm ERR! syscall open
npm ERR! Error: EACCES: permission denied, open 'npm-debug.log.8b27229d002839a0871b061623e1c0be'
npm ERR! at Error (native)
npm ERR! { [Error: EACCES: permission denied, open 'npm-debug.log.8b27229d002839a0871b061623e1c0be']
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'open',
npm ERR! path: 'npm-debug.log.8b27229d002839a0871b061623e1c0be' }
npm ERR!
npm ERR! Please try running this command again as root/Administrator.
npm ERR! Please include the following file with any support request:
npm ERR! /var/www/koel/npm-debug.log
My environment :
PHP : PHP 5.5.30-1~dotdeb+7.1
Debian Wheezy
Regards
@jacopo-j commented on GitHub (Dec 21, 2015):
Same here. Solution doesn't work.
@phanan commented on GitHub (Dec 21, 2015):
See my answer here #126.
@crushcafeteria commented on GitHub (Jan 27, 2018):
please use sudo. npm is having filesystem access issues, assuming you are using Linux