This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe', | |
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', | |
1 verbose cli 'run', | |
1 verbose cli 'electron' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose run-script [ 'preelectron', 'electron', 'postelectron' ] | |
5 info lifecycle [email protected]~preelectron: [email protected] | |
6 silly lifecycle [email protected]~preelectron: no script for preelectron, continuing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
D:\Angular2\November2016\reboot-cli>npm install -g angular-cli@latest | |
npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail o | |
n node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible | |
. Use 'npm ls graceful-fs' to find it in the tree. | |
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher | |
to avoid a RegExp DoS issue | |
npm WARN deprecated [email protected]: ReDoS vulnerability parsing Set-Cookie h | |
ttps://nodesecurity.io/advisories/130 | |
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher | |
to avoid a RegExp DoS issue |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
D:\Github-Personal\Stackr\stackr>ng serve | |
(node:4644) fs: re-evaluating native module sources is not supported. If you are | |
using the graceful-fs module, please update it to a more recent version. | |
Livereload server on http://localhost:49158 | |
Serving on http://localhost:4200/ | |
Build successful - 4669ms. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
D:\Github-Personal\Stackr\stackr>ng serve | |
(node:3988) fs: re-evaluating native module sources is not supported. If you are | |
using the graceful-fs module, please update it to a more recent version. | |
Livereload server on http://localhost:49158 | |
Serving on http://localhost:4200/ | |
Build successful - 25338ms. | |
Slowest Trees | Total |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ember-cli-windows |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm install ember-cli-windows -g |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./svc.sh status | |
status vsts.agent.rahulpp.Rahuls-Macbook-Pro: | |
/Users/rahulpatil/Library/LaunchAgents/vsts.agent.rahulpp.Rahuls-Macbook-Pro.plist | |
Started: | |
25324 0 vsts.agent.rahulpp.Rahuls-Macbook-Pro |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./svc.sh stop | |
stopping vsts.agent.rahulpp.Rahuls-Macbook-Pro | |
status vsts.agent.rahulpp.Rahuls-Macbook-Pro: | |
/Users/rahulpatil/Library/LaunchAgents/vsts.agent.rahulpp.Rahuls-Macbook-Pro.plist | |
Stopped |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./svc.sh start | |
starting vsts.agent.rahulpp.Rahuls-Macbook-Pro | |
status vsts.agent.rahulpp.Rahuls-Macbook-Pro: | |
/Users/rahulpatil/Library/LaunchAgents/vsts.agent.rahulpp.Rahuls-Macbook-Pro.plist | |
Started: | |
25324 0 vsts.agent.rahulpp.Rahuls-Macbook-Pro: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./svc.sh install | |
... | |
Creating runsvc.sh | |
Creating .Service | |
svc install complete |