mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #245] npm install error #179
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#179
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 @Doriginal on GitHub (Feb 18, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/245
When i use npm install i have an error in postinstall.
"ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com/selz/plyr.git", exit code of #128 fatal: read error: Connection timed out"
This is the consol message:
postinstall:. â
bower plyr#~1.3.6 not-cached git://github.com/selz/plyr.git#~1.3.6
bower plyr#~1.3.6 resolve git://github.com/selz/plyr.git#~1.3.6
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: read error: Connection timed out
Additional error details:
fatal: read error: Connection timed out
postinstall:. â
postinstall:koel â â¢ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.7
npm ERR! Linux 3.19.0-25-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! node v5.6.0
npm ERR! npm v3.6.0
npm ERR! code ELIFECYCLE
npm ERR! koel@ postinstall:
bower install && cross-env NODE_ENV=production && gulp --productionnpm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the koel@ postinstall script 'bower install && cross-env NODE_ENV=production && gulp --production'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, 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! bower install && cross-env NODE_ENV=production && gulp --production
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs koel
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls koel
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/ubuntu/koel/npm-debug.log
@phanan commented on GitHub (Feb 18, 2016):
I don't mean to be rude but... seriously? The error message is obviously "fatal: read error: Connection timed out."
@Doriginal commented on GitHub (Feb 18, 2016):
ahaha, I can read, you are funny :)
but you do not help to solve problems
2 days ago I still have the timeout, why?