Can't Install Cordova -
hello can't install cordova npm can me please thank you.
0 info worked if ends ok 1 verbose cli [ 'c:\\program files\\nodejs\\\\node.exe', 1 verbose cli 'c:\\program files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', 1 verbose cli 'install', 1 verbose cli '-g', 1 verbose cli 'cordova' ] 2 info using npm@2.5.1 3 info using node@v0.12.0 4 verbose node symlink c:\program files\nodejs\\node.exe 5 silly cache add args [ 'cordova', null ] 6 verbose cache add spec cordova 7 silly cache add parsed spec { raw: 'cordova', 7 silly cache add scope: null, 7 silly cache add name: null, 7 silly cache add rawspec: 'cordova', 7 silly cache add spec: 'c:\\users\\sarahprat\\cordova', 7 silly cache add type: 'local' } 8 silly addlocaltarball shasum (computed) da39a3ee5e6b4b0d3255bfef95601890afd80709 9 verbose addtmptarball c:\users\sarahprat\cordova not in flight; adding 10 verbose addtmptarball validating metadata c:\users\sarahprat\cordova 11 verbose tar unpack c:\users\sarahprat\cordova 12 verbose tar unpacking c:\users\sarahp~1\appdata\local\temp\npm-6544-89c7caba\unpack-5a50cbddcae0 13 verbose gentlyrm vacuuming c:\users\sarahp~1\appdata\local\temp\npm-6544-89c7caba\unpack-5a50cbddcae0 14 silly gunztarperm modes [ '777', '666' ] 15 error tar.unpack error reading c:\users\sarahprat\cordova 16 error addlocal not install c:\users\sarahprat\cordova 17 verbose stack error: 0-byte tarball 17 verbose stack please run `npm cache clean` 17 verbose stack @ c:\program files\nodejs\node_modules\npm\lib\utils\tar.js:126:14 17 verbose stack @ fsreqwrap.oncomplete (evalmachine.<anonymous>:99:15) 18 verbose cwd c:\users\sarahprat 19 error windows_nt 6.3.9600 20 error argv "c:\\program files\\nodejs\\\\node.exe" "c:\\program files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "cordova" 21 error node v0.12.0 22 error npm v2.5.1 23 error 0-byte tarball 23 error please run `npm cache clean` 24 error if need help, may report error at: 24 error <http://github.com/npm/npm/issues> 25 verbose exit [ 1, true ]
my advice not bother command line stuff. can install eclipse thym(the hybride mobile) plugin in eclipse , add every cordova plugin want in eclipse left click on project-> install cordova plugin.
it works me, hope helps
you can install eclipse thym in eclipse help->eclipse marketplace->type eclipse thym
however if don't want , use npm must install node first : https://nodejs.org/
finally, here started tutorial :
http://ccoenraets.github.io/cordova-tutorial/create-cordova-project.html
Comments
Post a Comment