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

grunt-bower module not-found #65

Open
ghost opened this issue Oct 11, 2014 · 10 comments · May be fixed by #66
Open

grunt-bower module not-found #65

ghost opened this issue Oct 11, 2014 · 10 comments · May be fixed by #66

Comments

@ghost
Copy link

ghost commented Oct 11, 2014

When I try to install a new fireshell project, grunt-dev.command execution ends in an error saying :
Local Npm module "grunt-bower" not found. Is it installed ?

Complete output :

npm ERR! Linux 3.13.0-37-generic
npm ERR! argv "node" "/usr/bin/npm" "install"
npm ERR! node v0.10.32
npm ERR! npm v2.1.3
npm ERR! code ETARGET

npm ERR! notarget No compatible version found: bower-config@'>=0.2.0 <0.3.0'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["0.1.0-rc.1","0.1.0-rc.2","0.1.0-rc.3","0.1.0-rc.4","0.1.0-rc.5","0.2.0-rc.1","0.2.0-
rc.2","0.3.0","0.3.1","0.3.3","0.3.4","0.3.5","0.4.0","0.4.1","0.4.2","0.4.3","0.4.4","0.4.5","0.5.0","0.5.1","0>.5.2"]
npm ERR! notarget
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

npm ERR! Please include the following file with any support request:
npm ERR! /home/matutinal/PhpstormProjects/matutinal.fr/fireshell/npm-debug.log

Local Npm module "grunt-bower" not found. Is it installed?
Warning: Task "bower:dev" not found. Use --force to continue.

Aborted due to warnings.

I have followed the getting started tutorial.

Suggestion : I have succesfully started fireshell projects in the past, this issue is recent (1 week maybe). Replicated in both ubuntu 12.04 & 14.04 (elementary os). I also use Phpstorm with nodejs plugin, which may be conflicting, but uninstalling it did not work.

Find npm-debug.log here

@ghost
Copy link
Author

ghost commented Oct 13, 2014

I come back with more info and a solution (a trick, not definitive...)
I had to manually install grunt-bower globally and locally.
I'll test further.

Am I the only one with this issue ? :(

@davidjbradshaw
Copy link

Getting this issue as well on OS X Yosemite.

@davidjbradshaw davidjbradshaw linked a pull request Dec 5, 2014 that will close this issue
@thewaterbear
Copy link

I also have this issue on Yosemite +1

@jansent
Copy link

jansent commented Feb 11, 2015

Same here

@sandwichsudo
Copy link

Also had this issue with Ubuntu 14.04

@davidjbradshaw
Copy link

Try this version.

https://github.com/davidjbradshaw/fireshell

@ecseley
Copy link

ecseley commented Mar 27, 2015

@davidjbradshaw That worked perfectly, thank you! Cheers!

@cydoval
Copy link

cydoval commented Apr 28, 2015

@ghost how did you install bower locally and globally, i'm having the exact same issue and when I run
npm install -g bower, grunt still asks if bower:dev is installed

@johnteakdigital
Copy link

Had this problem too. I reinstalled bower globally, but that still didn't work. The version you posted @davidjbradshaw worked. Thank you!

@andriiryzhkov
Copy link

Have the same problem.

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

Successfully merging a pull request may close this issue.

8 participants