Open wisonye opened 7 years ago
Even I go inside the nativescript folder run the upgrade commands below (NS offical upgrade):
nativescript
cd nativescript tns update tns platform remove ios tns platform add ios npm install tns-core-modules@latest --save
But when run, still error:
Even fixed the NativeScriptModule issue, still no luck :(
NativeScriptModule
import { NativeScriptModule } from 'nativescript-angular/nativescript.module';
Even I go inside the
nativescript
folder run the upgrade commands below (NS offical upgrade):But when run, still error:
Even fixed the
NativeScriptModule
issue, still no luck :(