We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's a syntax error in the bower.json snippet in the Install with Bower section of the docs. If you copy / paste the example:
bower.json
{ "name": "my-project", "version": "0.0.0", "dependencies": { "polymer": "Polymer/polymer#~0.3.5", //<-- trailing comma } }
Bower will throw an error:
$ bower install --save bower EMALFORMED Failed to read bower.json Additional error details: Unexpected token }
The text was updated successfully, but these errors were encountered:
auto-moving this issue to Polymer/old-docs-site#602 and closing this one
Sorry, something went wrong.
No branches or pull requests
There's a syntax error in the
bower.json
snippet in the Install with Bower section of the docs. If you copy / paste the example:Bower will throw an error:
The text was updated successfully, but these errors were encountered: