Skip to content
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

result of ng version requires additional comment #7

Open
Jan-PeterRichterCG opened this issue Mar 7, 2019 · 0 comments
Open

result of ng version requires additional comment #7

Jan-PeterRichterCG opened this issue Mar 7, 2019 · 0 comments

Comments

@Jan-PeterRichterCG
Copy link
Member

Category: enhancement

Severity: Medium

Description of issue / expected enhacement /Comments
On https://github.com/devonfw/devonfw-tutorial-sources/wiki/build-devon4ng-application the result of installing Angular CLI is depicted using a screenshot https://raw.githubusercontent.com/wiki/devonfw/devonfw-tutorial-sources/images/devon4ng/3.BuildYourOwn/angularcli.png. The screenshot lists a lot more that what I get when I install Angular CLI. My output is:

Angular CLI: 7.3.5
Node: 10.15.3
OS: win32 x64
Angular:
...

Package Version

@angular-devkit/architect 0.13.5
@angular-devkit/core 7.3.5
@angular-devkit/schematics 7.3.5
@schematics/angular 7.3.5
@schematics/update 0.13.5
rxjs 6.3.3
typescript 3.2.4

When I (in a later step of the tutorial) have created the project and change directory to that new project, then I get an output that comed near (but ist not identicall by far) to the depicted angularcli.png:

Angular CLI: 7.3.5
Node: 10.15.3
OS: win32 x64
Angular: 7.2.8
... animations, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router

Package Version

@angular-devkit/architect 0.13.5
@angular-devkit/build-angular 0.13.5
@angular-devkit/build-optimizer 0.13.5
@angular-devkit/build-webpack 0.13.5
@angular-devkit/core 7.3.5
@angular-devkit/schematics 7.3.5
@angular/cli 7.3.5
@ngtools/webpack 7.3.5
@schematics/angular 7.3.5
@schematics/update 0.13.5
rxjs 6.3.3
typescript 3.2.4
webpack 4.29.0

==> There should be a comment to the depicted output of "ng version" that the result may vary significantly. Also it should be explained how to identify problems (or non-problems) in the output.

A text "Then, you should be able to run ng version and this will appear in the console:" may result in long attempts to find out why the actual output differs from the depicted one.

Your environment - windows/Linux, Devonfw version , component
windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant