mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #82] SyntaxError: Unexpected token ILLEGAL when running gulp #55
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#55
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 @kafeinnet on GitHub (Dec 16, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/82
Hi,
Just tried to install koel and it fail when running gulp.
I tried to clean the npm cache, then I ran bower install and gulp --production. It seems gulp is not supporting utf-8 characters.
Here is the error :
\fab
@NamPNQ commented on GitHub (Dec 17, 2015):
try upgrade to nodejs 5x
@kafeinnet commented on GitHub (Dec 17, 2015):
I'm already using nodejs 5.x
@NamPNQ commented on GitHub (Dec 17, 2015):
Try replace
acorn.jswith: http://filepi.com/i/cql9qXP@kafeinnet commented on GitHub (Dec 17, 2015):
OK, I don's know why but most of the JS files in node_modules/laravel-elixir/node_modules/browserify/node_modules where truncated. I did a clean install and everything is OK now.
Thx and sorry for the inconvenience !
@dalenguyen commented on GitHub (Feb 27, 2017):
In my case, I had to add "use strict"; to the top of js file in order to get it to work.
@phanan commented on GitHub (Feb 28, 2017):
Your node/npm version appears to be too low, then.
On Tuesday, February 28, 2017, Dale Nguyen notifications@github.com wrote: