-
Notifications
You must be signed in to change notification settings - Fork 117
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
Issue installing certain dependencies #134
Comments
+1 I am also experiencing this issue. I thought it was supposed to be fixed in |
hey @anthonator just FYI I have a fix for this: in your Gruntfile.js underneath Your Gruntfile.js should look like this:
enjoy ❤️ |
Anyone here have suggestions for my issue #137 |
thank you Zensavona! that worked! |
I have similar problem. It removes my last package for no reason. Manual bower install has no problem with it. The solution suggested Zesenova by adding copy: false works for me. |
I'm not exactly sure how to describe this one. I've got a couple packages in my
bower.json
that won't copy over to mytargetDir
. It's not entirely consistent though. It only has trouble copying over one package at a time.For instance, I have the jsx-requirejs-plugin and requirejs-text dependencies defined in my
bower.json
. Whenever I rungrunt bower:install
I get:If I remove
jsx-requirejs-plugin
I then get:If I then remove
requirejs-text
thengrunt bower:install
works.If I just do a straight up
bower install
I don't have any problems. Everything shows up properly in mytargetDir
.If I look in my
targetDir
when the errors occur then the package that's having issues is not there. So ifjsx-requirejs-plugin
is having issues it will not be in thetargetDir
butrequirejs-text
will.bower.json
Gruntfile.js
package.json
.bowerrc
Log Output
The text was updated successfully, but these errors were encountered: