EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 448 forks source link

ML kit demo setupandinstall command error #1650

Open semiarte opened 4 years ago

semiarte commented 4 years ago

Hi!

I´ve followed your steps to run Firebase ML Kit demo, but the command npm run install returns this:

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! nativescript-plugin-firebase@10.5.2 package: `cd ../publish && ./pack.sh`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the nativescript-plugin-firebase@10.5.2 package script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\JoséMiguelPérez\AppData\Roaming\npm-cache\_logs\2020-08-05T07_23_12_142Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! nativescript-plugin-firebase@10.5.2 setupandinstall: `npm i && npm run tsc && npm run package && cd ../demo && npm i && cd ../demo-ng && npm i && cd ../demo-push && npm i && cd ../src && npm run tsc && cd ../demo && tns plugin add ../src && cd ../demo-ng && tns plugin add ../src  && cd ../demo-push && tns plugin add ../src && cd ../src`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the nativescript-plugin-firebase@10.5.2 setupandinstall script.

What´s the problem?