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
Is your feature request related to a problem? Please describe.
We do not have any feedback from the users who decide to uninstall NativeScript CLI. There might be various reasons for this, for example:
the update of the CLI might not work, so they may need to uninstall the product manually first
they might not like the product itself, in this case it is valuable to understand what is the actual problem that they've faced with NativeScript
Describe the solution you'd like
When npm uninstall -g nativescript is executed, show a feedback form, so the users can send their feedback.
Describe alternatives you've considered
None.
Additional context
None
The text was updated successfully, but these errors were encountered:
Acceptance criteria:
For interactive terminal when npm uninstall -g nativescript is executed:
CLI should open a feedback form in the default browser.
CLI should track information in Google Analytics with information that the preuninstall has been fired, console is interactive and the action is intentional uninstall.
For non-interactive terminal (i.e. echo '' | npm uninstall -g nativescript or npm uninstall -g nativescript > out.txt):
CLI must not open a feedback form.
CLI should track information in Google Analytics with information that the preuninstall has been fired, console is not interactive and the action is intentional uninstall.
When npm install -g nativescript@<different version> is executed:
CLI should not open feedback form
CLI should track information in Google Analytics the information for console state (i.e. is it interactive or not) and that the action is NOT intentional uninstall.
When CLI is installed as devDependency of a project (npm i --save-dev nativescript):
The behavior described in all other acceptance criteria should be the same, just do not pass -g flag in the commands.
Is your feature request related to a problem? Please describe.
We do not have any feedback from the users who decide to uninstall NativeScript CLI. There might be various reasons for this, for example:
Describe the solution you'd like
When
npm uninstall -g nativescript
is executed, show a feedback form, so the users can send their feedback.Describe alternatives you've considered
None.
Additional context
None
The text was updated successfully, but these errors were encountered: