Nativescript Angular Demo not working
See original GitHub issueWhen i try to run the demo android app on a windows machine with the android studio emulator, i seem to get the following error after running npm run demo.android:
nativescript-plugin-firebase@7.7.0 package C:\Users\Jack\Desktop\Projects\nativescript-plugin-firebase\src cd …/publish && ./pack.sh ‘.’ is not recognized as an internal or external command, operable program or batch file. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! nativescript-plugin-firebase@7.7.0 package:
cd ../publish && ./pack.sh
npm ERR! Exit status 1
Any ideas?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5
Top Results From Across the Web
Angular Tutorial - NativeScript Docs
This tutorial introduces you to the fundamentals of building a NativeScript app with Angular by walking you through building an example app with...
Read more >NativeScript - Angular Application - Tutorialspoint
As NativeScript project are node based project, it stores all its dependencies in the node_modules folder. We can use npm (npm install) or...
Read more >Nativescript-angular http post request not working & no error ...
2.) Make sure you are importing the NativeScriptHttpClientModule as shown in the documentation. Example here github.com/NickIliev/nativescript- ...
Read more >Nativescript HelloWorld Example App with Angular
Building the First NativeScript Application ... We will not use the ready to use templates provided by the NativeScript. Instead, we will build ......
Read more >How to use Angular-CLI with NativeScript - Josh Hicks - Medium
The Angular CLI is a great tool that allows you to do things like 'generate' files ... However, this tool does not work...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Jxckaroo I’ve updated all dependencies to latest and the demo is working as expected on my side.
Here is the updated package.json
note: i had to run “pack.cmd” manually in “nativescript-plugin-firebase\publish” for
tns run android --bundle
to work