-
-
Notifications
You must be signed in to change notification settings - Fork 197
Emit system information of every run of the CLI #367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ |
1 similar comment
✅ |
@@ -55,11 +56,11 @@ | |||
"shelljs": "0.3.0", | |||
"tabtab": "https://github.com/Icenium/node-tabtab/tarball/master", | |||
"temp": "0.8.1", | |||
"unzip": "0.1.9", | |||
"unzip": "0.1.11", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change required - do we use unzip anywhere? If not, let's just remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is require'd in the FS but not actually used. I will remove it.
67fe84e
to
58fd484
Compare
❌ |
✅ |
58fd484
to
0bc9d81
Compare
✅ |
👍 |
1 similar comment
👍 |
@@ -58,11 +59,10 @@ | |||
"shelljs": "0.3.0", | |||
"tabtab": "https://github.com/Icenium/node-tabtab/tarball/master", | |||
"temp": "0.8.1", | |||
"unzip": "0.1.9", | |||
"winreg": "0.0.12", | |||
"xcode": "https://github.com/NativeScript/node-xcode/archive/NativeScript-0.9.tar.gz", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why xcode
but not node-xcode
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not my code, I have no idea :) I think @fealebenpae fixed an upstream bug in this fork.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because the name of the module in its package.json is xcode
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basically what Rosen said.
0bc9d81
to
6cca1f9
Compare
✅ |
Emit system information of every run of the CLI
Gather system information about the runtime environment.
At install time, warn about potential problems due to mis-configured environment.