fireshell
fireshell copied to clipboard
grunt-bower module not-found
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
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 ? :(
Getting this issue as well on OS X Yosemite.
I also have this issue on Yosemite +1
Same here
Also had this issue with Ubuntu 14.04
Try this version.
https://github.com/davidjbradshaw/fireshell
@davidjbradshaw That worked perfectly, thank you! Cheers!
@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
Had this problem too. I reinstalled bower globally, but that still didn't work. The version you posted @davidjbradshaw worked. Thank you!
Have the same problem.