Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bower install error #35

Closed
zuspan opened this issue Dec 7, 2016 · 2 comments
Closed

bower install error #35

zuspan opened this issue Dec 7, 2016 · 2 comments

Comments

@zuspan
Copy link

zuspan commented Dec 7, 2016

I'm getting this error when i try bower install:
Unexpected token ]

I think the bower file might need a comma removed after the author. From this:

"authors": [ "Jaume Sanchez <the.spite@gmail.com> (https://www.clicktorelease.com)", ],

to this:

"authors": [ "Jaume Sanchez <the.spite@gmail.com> (https://www.clicktorelease.com)" ],

@spite
Copy link
Owner

spite commented Dec 7, 2016

Ha! Either this has changed recently, or you are the first person in years to use bower to install ccapture (or to do it and report the error).

I've fixed the file (which seems to work) and added an "ignore" part to the bower.json file to skip the bulky examples and assets folders (which doesn't seem to work).

I don't really support bower, that' something someone asked for a long time ago. I'd recommend using npm.

@zuspan
Copy link
Author

zuspan commented Dec 9, 2016

@spite - thanks! Will check this weekend and will try to switch to npm. Bower is great though! you should support it! haha. thanks again...

@spite spite closed this as completed Dec 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants