fireshell icon indicating copy to clipboard operation
fireshell copied to clipboard

grunt-bower module not-found

Open ghost opened this issue 10 years ago • 10 comments

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 avatar Oct 11 '14 18:10 ghost

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 ? :(

ghost avatar Oct 13 '14 08:10 ghost

Getting this issue as well on OS X Yosemite.

davidjbradshaw avatar Dec 05 '14 15:12 davidjbradshaw

I also have this issue on Yosemite +1

thewaterbear avatar Dec 18 '14 16:12 thewaterbear

Same here

jansent avatar Feb 11 '15 17:02 jansent

Also had this issue with Ubuntu 14.04

sandwichsudo avatar Mar 10 '15 23:03 sandwichsudo

Try this version.

https://github.com/davidjbradshaw/fireshell

davidjbradshaw avatar Mar 10 '15 23:03 davidjbradshaw

@davidjbradshaw That worked perfectly, thank you! Cheers!

ecseley avatar Mar 27 '15 16:03 ecseley

@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

cydoval avatar Apr 28 '15 17:04 cydoval

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

johnteakdigital avatar Jun 17 '15 17:06 johnteakdigital

Have the same problem.

andriiryzhkov avatar Aug 21 '15 15:08 andriiryzhkov