mirror of
https://github.com/koel/koel.git
synced 2026-04-26 17:25:59 +03:00
[GH-ISSUE #385] Koel does not start #280
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#280
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 @X-Ryl669 on GitHub (Jul 29, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/385
I had issue with main.js not building (parse error), and I solved it by telling browserify to accept ".vue" extensions.
Now, I can
php artisan serve, logged on the given port, and I get this in my console:Using latest git version (v3.1.1-dirty I guess, node v4.4.7), on Debian linux Jessie (followed the unofficial install guide), by the way, and run
gulp(not with--productionto get a better backtrace)It would be better if the warn function threw an exception so I could analyze what failed with the debugger, but I can't set a breakpoint (althrough the main.js.map works fine, for source line mapping) on it, so I can't tell what component failed
@BernardGoldberger commented on GitHub (Jul 29, 2016):
See https://forum.vuejs.org/topic/4399/vue-2-0-vue-warn-failed-to-mount-component-template-or-render-function-not-defined-found-in-root-instance/3
@X-Ryl669 commented on GitHub (Jul 31, 2016):
Well, it does not work. I've tried many things:
require('laravel-elixir-vueify-next');trick in the gulpfile, browserify fails with a parse error (and I can't figure out how to capture the intermediate source from a browserify's transform)While trying to understand this pile of cards, I figured out that: laravel-elixir-vueify-next only add vueify in the broswerify transform chain. It's already what's done in the original gulpfile.js, so I wondered why it does not work, and figured out I only needed to add vueify in the transform chain twice. This does not make sense at all, but without this, it fails somehow.
Can a generous soul where koel works, post its npm module list & node + npm version, because I'm very close to give up with this project... ?
@phanan commented on GitHub (Jul 31, 2016):
laravel-elixir-vueifyisn't needed. A cleannpm installworks for me – verified on every machine I have. What's your node/npm version, and on what OS?@phanan commented on GitHub (Jul 31, 2016):
Nevermind, I see you've posted the versions on the other issue. Please continue there.