generator-zurb-foundation icon indicating copy to clipboard operation
generator-zurb-foundation copied to clipboard

installation fails with the latest node and yeoman installs

Open alexrah opened this issue 11 years ago • 2 comments

I simply installed node and yeoman before trying the command:

npm install -g generator-zurb-foundation

but installation fails with this output:

npm WARN package.json [email protected] No repository field.
npm ERR! peerinvalid The package bower does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants bower@~0.x
npm ERR! peerinvalid Peer [email protected] wants bower@>=0.9.0

npm ERR! System Darwin 12.2.0
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "generator-zurb-foundation"
npm ERR! cwd /Users/alex
npm ERR! node -v v0.11.6-pre
npm ERR! npm -v 1.3.6
npm ERR! code EPEERINVALID
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     /Users/alex/npm-debug.log
npm ERR! not ok code 0
FAIL

and this is the npm-debug.log

5810 error peerinvalid The package bower does not satisfy its siblings' peerDependencies requirements!
5810 error peerinvalid Peer [email protected] wants bower@~0.x
5810 error peerinvalid Peer [email protected] wants bower@>=0.9.0
5811 error System Darwin 12.2.0
5812 error command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "generator-zurb-foundation"
5813 error cwd /Users/alex
5814 error node -v v0.11.6-pre
5815 error npm -v 1.3.6
5816 error code EPEERINVALID
5817 verbose exit [ 1, true ]

alexrah avatar Aug 21 '13 00:08 alexrah

Bower dependency issue should be fixed in version 0.3.1.

bauschan avatar Aug 22 '13 07:08 bauschan

thanks, I'll try this ASAP

alexrah avatar Aug 27 '13 10:08 alexrah