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
When you have enabled typescript support and after that you've deleted node_modules dir, all project related commands will fail with: Error: Cannot find module 'nativescript-dev-typescript/lib/before-prepare.js'
Steps to reproduce:
tns create app1
cd app1
tns install typescript
rm -rf node_modules
tns build android
The text was updated successfully, but these errors were encountered:
When you have enabled typescript support and after that you've deleted node_modules dir, all project related commands will fail with:
Error: Cannot find module 'nativescript-dev-typescript/lib/before-prepare.js'
Steps to reproduce:
The text was updated successfully, but these errors were encountered: