contrib-lab01
contrib-lab01 copied to clipboard
21BCAD15
1. - name: apt upgrade
shell: apt-get upgrade Is there any way to see stdout and stderr ? I tried:
- name: apt upgrade shell: apt-get upgrade register: hello
- debug: msg="{{ hello.stdout }}"
- debug: msg="{{ hello.stderr }}"
2### .Angular-cli just does not work on Windows/Visual Studio, period. #2058
npm ERR! peer dep missing: [email protected], required by @angular/[email protected] npm ERR! peer dep missing: typescript@^1.9.0-dev, required by @angular/[email protected] npm ERR! peer dep missing: [email protected] || 2.x.x, required by [email protected] npm ERR! peer dep missing: typescript@^1.8.0 || ^1.9.0-dev, required by [email protected]
Why this issue to fixed / feature is needed(give scenarios or use cases):
-
You really need to post the version of the CLI you're using. ng --version Otherwise it's going to be pretty hard to help.
-
Wasn't /etc/alternatives/python symlinked to /usr/bin/python2.7? did something else has higher priority? – heemayl Jun 19, 2015 at 16:34 I am afraid you are getting it backwards..../usr/bin/python2.7 is the actual binary, it should never be the symlink, the symlink is the /etc/alternatives/python..do you mind checking it again? – heemayl Jun 19, 2015 at 17:31 @heemayl Sorry, misread your comment + typo on my part. /usr/bin/python is a symlink to /etc/alternatives/python (of course /usr/bin/python2.7 is the binary, but that's not the problem here). – 4ae1e1 Jun 19, 2015 at 17:33 And yes, /etc/alternatives/python is then symlinked to whatever you selected (not necessarily /usr/bin/python2.7 — why would you even need update-alternatives in that case?), but the point is symlinking is not allowed for /usr/bin/python when you do-release-upgrade. – 4ae1e1 Jun 19, 2015 at 17:34