mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[GH-ISSUE #726] Error installing koel #519
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#519
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 @fernandopal on GitHub (Mar 11, 2018).
Original GitHub issue: https://github.com/koel/koel/issues/726
Hey, thanks for contributing to Koel! To save time for both of us, please make sure these checkboxes are checked before submitting the issue:
All checked? Now also make sure your issue
When I run "npm install or sudo npm install" this is the output that I get
@phanan commented on GitHub (Mar 11, 2018):
99% sure your Node version is out dated.
@fernandopal commented on GitHub (Mar 11, 2018):
node version and npm version: https://gyazo.com/b33a96a66cc12e0567378eff32bfa70b
@phanan commented on GitHub (Mar 11, 2018):
You claimed to have "read and followed closely the Wiki, Upgrade Guide, as well as Troubleshooting," right? Well, one of the first things on the wiki is the Requirements section, and it says "NodeJS latest stable," which I'm sure isn't v4.8.7.
@fernandopal commented on GitHub (Mar 11, 2018):
I updated nodejs to the latest version, cleaned the npm_modules folder.
Now I get this error when I run npm install:
https://gyazo.com/68677345fb00a61ce77c14a13258f6c0
@phanan commented on GitHub (Mar 11, 2018):
That's because you're not installing from a stable Koel version, but from
master, which comes back to your unchecked item:[ ] Is associated with a version. Or better yet, a commit.
The issue template is there for a purpose, so don't tick away just to have your issue opened.