You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce:
tns create TestApp
cd TestApp
tns platform add android
tns plugin add nativescript-social-share
tns prepare -> everything is fine at this point
npm install nativescript-appversion --save
tns prepare -> In platforms/android/assets/app/tns_modules/nativescript-social-share all js files are missing.
The text was updated successfully, but these errors were encountered:
As a workaround you can delete node_modules directory before preparing the project (after npm install <...> --save. This way everything will be prepared correctly.
Steps to reproduce:
tns create TestApp
cd TestApp
tns platform add android
tns plugin add nativescript-social-share
tns prepare -> everything is fine at this point
npm install nativescript-appversion --save
tns prepare -> In platforms/android/assets/app/tns_modules/nativescript-social-share all js files are missing.
The text was updated successfully, but these errors were encountered: