mchallenger88

Results 6 comments of mchallenger88

I am also have this problem when trying to use the cli to generate a component: Error: Invalid rule result: Instance of class Promise. I've done all the steps suggested...

I created a new project based on this template: tns create --template tns-template-drawer-navigation-ng Attempted to create a component: tns generate c home/test and received this error: Cannot find module '@schematics/angular/utility/parse-name'...

I went back to my old project, and because I had deleted the package-lock.json I decided to run: npm i @nativescript/angular And now I can generate a component.

I received this error on the release build of the app. I added the import suggested by @gabitoesmiapodo and the release build was successful. However, when running the app, the...

Okay. Thanks. ;)