NativeScript / nativescript-cli

Command-line interface for building NativeScript apps
https://www.npmjs.com/package/nativescript
Apache License 2.0
1.04k stars 195 forks source link

fix: migrate failing because options passed to clean are null #5730

Closed jcassidyav closed 1 year ago

jcassidyav commented 1 year ago

PR Checklist

What is the current behavior?

ns migrate fails with TypeError: Cannot read properties of undefined (reading 'silent') at ProjectCleanupService.<anonymous> (/Users/jcassidy/.nvm/versions/node/v18.13.0/lib/node_modules/nativescript/lib/services/project-cleanup-service.js:25:35)

What is the new behavior?

Added null checks.

migrate works.