Skip to content

Commit db2f0e9

Browse files
Fatme HavaluovaFatme Havaluova
authored andcommitted
Merge branch 'release'
2 parents 2b67f76 + 7cd28e0 commit db2f0e9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,12 @@ Known Issues
439439
```
440440

441441
Where `<Device ID>` is the index or name of the device as listed by `tns list-devices`.
442+
* On OS X systems with configured firewall or web proxy, when you run a command, the operation might not release the command line and you might not be able to run other commands until you break the current operation.<br/>If you have enabled feature usage tracking for the NativeScript CLI, but you have not authenticated with the firewall or web proxy on your OS X system, the NativeScript CLI might not release the command line after you run a command. To continue working with the NativeScript CLI, you need to break the current operation by pressing `Ctrl+C`.<br/>**Workaround:** Authenticate with the firewal or web proxy.
443+
1. Close the terminal.
444+
1. Run Safari.
445+
1. Attempt to open a web page.
446+
1. Provide your authentication credentials for accessing the Internet.
447+
1. Run the terminal and continue working with the NativeScript CLI.
442448

443449
How to Contribute
444450
===

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nativescript",
33
"preferGlobal": true,
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"author": "Telerik <[email protected]>",
66
"description": "Command-line interface for building NativeScript projects",
77
"bin": {

0 commit comments

Comments
 (0)