mirror of
https://github.com/koel/koel.git
synced 2026-04-27 09:46:03 +03:00
[GH-ISSUE #336] install does not abort when there is no npm #246
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#246
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 @My1 on GitHub (May 22, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/336
I am trying to get koel ready on my raspberry pi and found something intresting.
I didnt have npm yet on it and I got this in the shell:
the intresting part is that if npm is needed then usually it would have to abort, but well... it didnt.
@phanan commented on GitHub (May 23, 2016):
npm is required obviously. From wiki:
Yes, in an ideal world, Koel should check for each and every prerequisite. Our world is far from ideal, though ;)
@My1 commented on GitHub (May 23, 2016):
"Since Koel is written in Vue and Laravel" well before seeing koel I never even have heard of one of those 2.
also when setting up a new system you might just have forgotten it.
by the way, is it normal that the init takes half an eternity (at least a night and it still hasnt been over when I woke up) or is a raspi 1b just too weak?
it would be nice to have hardware requirements somewhere.
@phanan commented on GitHub (May 23, 2016):
Please see the wiki: https://github.com/phanan/koel/wiki.
Something must have gone wrong then.
initdoesn't do anything time-consuming.@My1 commented on GitHub (May 23, 2016):
the wiki doesnt say anything specific about heardware requirements. just "a capable web server" but well what is "capable"?
well most of the time it's busy with the npm phase.
I had to dl node and npm manually form ARM6 because the repo had for my system (raspbian [=debian] jessie iirc) somehow a really old one.