-
Notifications
You must be signed in to change notification settings - Fork 54
Description
My evnt. is
node v4.5.0
npm v3.10.3
bower@1.7.9
typings@1.3.3
When I install fuel-ui as below
npm install fuel-ui
I've got a error like this:
npm WARN fuel-ui@0.3.9 requires a peer of zone.js@0.6.12 but none was installed.
npm ERR! Darwin 15.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "i"
npm ERR! node v4.5.0
npm ERR! npm v3.10.3
npm ERR! code ELIFECYCLE
npm ERR! fuel-ui@0.3.9 postinstall:bower install && typings install
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the fuel-ui@0.3.9 postinstall script 'bower install && typings install'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the fuel-ui package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! bower install && typings install
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs fuel-ui
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls fuel-ui
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/kerovieux/webProject/testWebapp/ng-fuel-cli/npm-debug.log
What can I do to resolve...