mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[GH-ISSUE #656] Koel fresh install error #466
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#466
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 @duhow on GitHub (Sep 24, 2017).
Original GitHub issue: https://github.com/koel/koel/issues/656
When using the
yarncommand, build fails with following errors:When using
npm install, build fails with following log errors:In another Linux installation I'm also having other error when using
npm install:Tried changing versions of yarn, npm and so, but still nothing.
Both errors happen when using
masterversion orv3.6.2.Software used:
nodejs: 7.10.1npm: 4.2.0php: 7.0.19yarn: 1.0.2 stable@ThisIsSet-L commented on GitHub (Sep 24, 2017):
There's an issue with using node versions above v6. Revert to older version of nodejs and try again (LTS worked for me).
@duhow commented on GitHub (Sep 25, 2017):
Same error with
nodejsv6.11.3,npm3.10.10 andyarn1.1.0.Clean old cache of node_modules, delete koel folder and compile again, but nothing. When running
koel:initit gives error.@duhow commented on GitHub (Sep 25, 2017):
Solved by running
npm install yarn@0.25.4 -g. Will do some more tests to get latest "stable" version posible.@RaraAvis8 commented on GitHub (Sep 30, 2017):
Why this issue is closed without any fixes? It took me 2 days to find this solution.
Koel docs say
It should mention
yarnversion <= 0.25.4 in my opinion.@phanan commented on GitHub (Dec 4, 2017):
Working fine with yarn 1.3.2 – please feel free to open another issue if things are still broken for you guys somehow.