Closed
Description
Did you verify this is a real problem by searching the NativeScript Forum and the other open issues in this repo?
Yes
Tell us about the problem
On the first install, CLI prompts users to subscribe to the newsletter. The users must be aware of the privacy policy when agreeing to receive mails.
Which platform(s) does your issue occur on?
Not applicable
Please provide the following version numbers that your issue occurs with:
- CLI: 4.0.1
- Cross-platform modules: Not applicable
- Runtime(s): Not applicable
- Plugin(s): Not applicable
Please tell us how to recreate the issue in as much detail as possible.
- In case you already have installed CLI at some point, find the user-settings.json located at:
~/.local/share/.nativescript-cli/user-settings.json
- macOS and Linux%APPDATA%\.nativescript-cli\user-settings.json
- Windows
And delete the following line:
"EMAIL_REGISTERED": true
- Install CLI or just execute
tns post-install-cli
command. - You'll be prompted to give your email. At this point you should see the link for privacy policy.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
No