Last active
December 25, 2015 10:59
-
-
Save eendeego/6965246 to your computer and use it in GitHub Desktop.
npm output installing hawk on raspberry pi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ npm install --loglevel silly -g hawk | |
npm info it worked if it ends with ok | |
npm verb cli [ '/home/pi/work/share/node-official/node-v0.10.19-linux-arm-pi/bin/node', | |
npm verb cli '/home/pi/work/share/node-official/node-v0.10.19-linux-arm-pi/bin/npm', | |
npm verb cli 'install', | |
npm verb cli '--loglevel', | |
npm verb cli 'silly', | |
npm verb cli '-g', | |
npm verb cli 'hawk' ] | |
npm info using [email protected] | |
npm info using [email protected] | |
npm verb cache add [ 'hawk', null ] | |
npm verb cache add name=undefined spec="hawk" args=["hawk",null] | |
npm verb parsed url { protocol: null, | |
npm verb parsed url slashes: null, | |
npm verb parsed url auth: null, | |
npm verb parsed url host: null, | |
npm verb parsed url port: null, | |
npm verb parsed url hostname: null, | |
npm verb parsed url hash: null, | |
npm verb parsed url search: null, | |
npm verb parsed url query: null, | |
npm verb parsed url pathname: 'hawk', | |
npm verb parsed url path: 'hawk', | |
npm verb parsed url href: 'hawk' } | |
npm sill lockFile 62fac2f4-hawk hawk | |
npm verb lock hawk /home/pi/.npm/62fac2f4-hawk.lock | |
npm sill lockFile 62fac2f4-hawk hawk | |
npm sill lockFile 62fac2f4-hawk hawk | |
npm verb addNamed [ 'hawk', '' ] | |
npm verb addNamed [ null, '*' ] | |
npm sill lockFile 61eacb53-hawk hawk@ | |
npm verb lock hawk@ /home/pi/.npm/61eacb53-hawk.lock | |
npm sill addNameRange { name: 'hawk', range: '*', hasData: false } | |
npm verb url raw hawk | |
npm verb url resolving [ 'https://registry.npmjs.org/', './hawk' ] | |
npm verb url resolved https://registry.npmjs.org/hawk | |
npm info trying registry request attempt 1 at 18:51:43 | |
npm verb etag "LEA14FZTWJJSICLBWV87X7DG" | |
npm http GET https://registry.npmjs.org/hawk | |
npm ERR! cb() never called! | |
npm ERR! not ok code 0 | |
$ npm view --loglevel silly hawk dependencies | |
npm info it worked if it ends with ok | |
npm verb cli [ '/home/pi/work/share/node-official/node-v0.10.19-linux-arm-pi/bin/node', | |
npm verb cli '/home/pi/work/share/node-official/node-v0.10.19-linux-arm-pi/bin/npm', | |
npm verb cli 'view', | |
npm verb cli '--loglevel', | |
npm verb cli 'silly', | |
npm verb cli 'hawk', | |
npm verb cli 'dependencies' ] | |
npm info using [email protected] | |
npm info using [email protected] | |
npm verb url raw hawk | |
npm verb url resolving [ 'https://registry.npmjs.org/', './hawk' ] | |
npm verb url resolved https://registry.npmjs.org/hawk | |
npm info trying registry request attempt 1 at 18:55:52 | |
npm verb etag "LEA14FZTWJJSICLBWV87X7DG" | |
npm http GET https://registry.npmjs.org/hawk | |
npm ERR! cb() never called! | |
npm ERR! not ok code 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey i saw images showing how to connect arduino UNO with ardrone 2.0.But i have ardrone 1.0 and i am using arduino mega 2560.Can you provide me the solution for how to connect it ?