We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
x
- [x ] bug report -> please search issues before submitting - [ ] feature request
$ ng --version _ _ ____ _ ___ / \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _| / △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | | / ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | | /_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___| |___/ Angular CLI: 1.5.0 Node: 8.9.0 OS: linux x64 Angular: 5.0.1 ... animations, common, compiler, compiler-cli, core, forms ... http, language-service, platform-browser ... platform-browser-dynamic, router @angular/cli: 1.5.0 @angular-devkit/build-optimizer: 0.0.32 @angular-devkit/core: 0.0.20 @angular-devkit/schematics: 0.0.35 @ngtools/json-schema: 1.1.0 @ngtools/webpack: 1.8.0 @schematics/angular: 0.1.2 typescript: 2.4.2 webpack: 3.8.1
$ npm --version 5.5.1
$ $ node --version v8.9.0
$ lsb_release -a No LSB modules are available. Distributor ID: LinuxMint Description: Linux Mint 18.2 Sonya Release: 18.2 Codename: sonya
Create a new app as follows
$ ng new hello
Check package.json . Codelyzer is reported to be
"codelyzer": "~3.2.0",
not applicable
Codelyzer should be 4.0.x by default
"codelyzer": "~4.0.0",
See - https://github.com/mgechev/codelyzer/blob/master/CHANGELOG.md#400 .
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug Report or Feature Request (mark with an
x
)Versions.
Repro steps.
Create a new app as follows
$ ng new hello
Check package.json . Codelyzer is reported to be
The log given by the failure.
not applicable
Desired functionality.
Codelyzer should be 4.0.x by default
Mention any other details that might be useful.
See - https://github.com/mgechev/codelyzer/blob/master/CHANGELOG.md#400 .
The text was updated successfully, but these errors were encountered: