mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #332] Error when installing koel (NPM EPEERINVALID) #244
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#244
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 @Doxylamin on GitHub (May 19, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/332
Hey there,
i get the following error when trying to install / initialize koel.
Installed NPM Version: 2.15.1
Installed Node Version: v4.4.4
koel-init-log.txt
npm-debug-log.txt
@Doxylamin commented on GitHub (May 19, 2016):
fixed by changing dependencies to
"babel-runtime": "^6.0.0",@My1 commented on GitHub (May 24, 2016):
I will try this at home as well. I have the same problem on my raspberry pi
@My1 commented on GitHub (May 24, 2016):
but may I ask WHERE you changed that? I am an NPM noob.
@0xcaff commented on GitHub (May 24, 2016):
It's was changed in the
package.jsonfile. I can't reproduce this error.@My1 commented on GitHub (May 24, 2016):
well I recently setup my rpi with raspbia (debian) jessie installed php7 mysql and node/npm (but node/npm came from their site because the apt-get version is way too low)
and after getting through a ton of errors I finally drove it down to this (along with all the deprecated things which seems to be not directly koel's fault.
@My1 commented on GitHub (May 24, 2016):
well I got another dependency error so I thought I try to get koel to a release version instead of just cloning the latest commit because when people make changes not everything has to fit on each commit.
@My1 commented on GitHub (May 26, 2016):
to be exact I get this
normally
when trying to bump babel
so vueify needs babel runtime 6 but laravel-elixir-vueify wants babel runtime 5.8.34
nice stuff, well no.
@My1 commented on GitHub (May 28, 2016):
intresting I got a completely different error on my windows machine:
browserify because babel-core was
I just
npm-installed it and it went fine, mostly