-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Not able to install bower #6
Comments
I also face the similar issue when I tried bower install command through my terminal. Here is exception I get. |
maybe try |
I've tried that command @mattwarren1234 but no results at all. I'm having the same problem @pallavkul . Have you ever solved it? |
Thanks @mattwarren1234, @IvoPereira for me its working but disappointed to see the work is done in the app. |
Nice to know that is working @rajeshwerkushwaha :) @pallavkul I found the solution btw: If your full error log was this one:
Then your .bowerrc possibly missed some quotes. I had this:
Changed to this and got it working:
If you still get another error with Unexpected tokens, check your bower.json for quotes surrounding keys and values. An example of a valid bower.json:
|
i removed the "// .bowerrc" at the top and it worked :) |
YES having quotations solved the issue! THANK YOU... |
I have pre installed bower using: $npm install bower
now when I used $bower install its not working. Showing error that 'command not found'. Why?
Due to this index page is not working properly.
The text was updated successfully, but these errors were encountered: