Reputation: 1384
I am new to mobile development and I am working with NativeScript and in the Android application I find this error.
Upvotes: 0
Views: 2168
Reputation: 629
tns platform remove android/ios
tns platform add android/ios
tns run android/ios
if not... try to delete your node_modules
folder and execute npm install
or npm i
Upvotes: 5