!stwKHgRhngEqycqwry:matrix.org

Angular-cli

4516 Members
Angular cli9 Servers

Load older messages


SenderMessageTime
9 Dec 2020
@gitter_rsegecin:matrix.orgRinaldi Segecin (Gitter) why does it appear "(cli-only)" when you do "ng --version" to some packages installed in angular? and how do I install the "full" version if there's such a thing 01:43:06
@gitter_rsegecin:matrix.orgRinaldi Segecin (Gitter)

Package Version

@angular-devkit/architect 0.1100.3 (cli-only)
@angular-devkit/build-angular 0.1100.3 (cli-only)
@angular-devkit/core 11.0.3 (cli-only)
@angular-devkit/schematics 11.0.3 (cli-only)
@schematics/angular 11.0.3 (cli-only)
@schematics/update 0.1100.3 (cli-only)
rxjs 6.6.3 (cli-only),
01:44:26
@gitter_rsegecin:matrix.orgRinaldi Segecin (Gitter) I've managed to remove (cli-only) from some of these packages by issuing the command npm update 12:32:10
@gitter_rsegecin:matrix.orgRinaldi Segecin (Gitter)

Angular CLI: 11.0.3
Node: 14.15.1
OS: linux x64

Angular: 11.0.3
... animations, common, compiler, compiler-cli, core, forms
... platform-browser, platform-browser-dynamic, router
Ivy Workspace: Yes

Package Version

@angular-devkit/architect 0.1100.3
@angular-devkit/build-angular 0.1100.3
@angular-devkit/core 11.0.3
@angular-devkit/schematics 11.0.3 (cli-only)
@schematics/angular 11.0.3 (cli-only)
@schematics/update 0.1100.3 (cli-only)
rxjs 6.6.3

12:33:43
10 Dec 2020
@gitterbot:matrix.orgGitter Integration (legacy) changed their display name from Gitter Integration to Gitter Integration (legacy).19:23:36
11 Dec 2020
@gitter_intellix:matrix.orgDominic Watson (Gitter) is it just me that's never used ng update without --force? 17:54:10
@gitter_intellix:matrix.orgDominic Watson (Gitter) (edited) ... without --force? => ... without --force? It always complains about a package not being up to date.. isn't that the whole point? 17:54:18
@gitter_intellix:matrix.orgDominic Watson (Gitter) (edited) ... being up to date.. isn't that the whole point? => ... being up-to-date.. isn't that the whole point? Updating to ng 11 requires zone.... well if you need it, why don't you install it? 17:54:34
@gitter_intellix:matrix.orgDominic Watson (Gitter) (edited) ... install it? => ... install it? ``` Package "@angular/core" has an incompatible peer dependency to "zone.js" (requires "~0.10.3", would install "0.11.3") ``` 17:55:02
@gitter_intellix:matrix.orgDominic Watson (Gitter) (edited) ... ``` Package "@angular/core" ... => ... ``` Package "@angular/core" ... 17:55:07
@gitter_intellix:matrix.orgDominic Watson (Gitter) maybe because we're using Renovate and all of our dependencies are pinned? 17:55:35
@gitter_kirillmetrik:matrix.orgKirillMetrik (Gitter) joined the room.22:40:15
@gitter_kirillmetrik:matrix.orgKirillMetrik (Gitter) hello, is there anyone who understands how angular-cli adds _ngcontent-%COMP% to style modules? 22:40:15
21 Dec 2020
@gitter_marytwelch:matrix.orgMary T Welch (Gitter) joined the room.17:18:29
@gitter_marytwelch:matrix.orgMary T Welch (Gitter)Hi guys, I am struggling with reinstalling angular-cli after a migration we had at our company between cloud instances17:18:29
@gitter_marytwelch:matrix.orgMary T Welch (Gitter) I've followed the directions around installing the CLI that are in the README, including adding the appropriate paths to my windows variables (I have Windows 10). Any idea how I might troubleshoot further? 17:19:15
22 Dec 2020
@bray9k:matrix.org@bray9k:matrix.org joined the room.12:41:59
@bray9k:matrix.org@bray9k:matrix.orgRedacted or Malformed Event16:28:16
@gitter_marytwelch:matrix.orgMary T Welch (Gitter) hey guys--after many many hours of struggling I figured my issue out. Don't know why it's working, but it's working!! 17:33:09
@bray9k:matrix.org@bray9k:matrix.orgRedacted or Malformed Event19:12:21
23 Dec 2020
@gitter_sheldonnofer:matrix.orgSheldon Nofer (Gitter) joined the room.16:35:38
@gitter_sheldonnofer:matrix.orgSheldon Nofer (Gitter)

Hi everyone. Does anyone know how to suppress the output of ng build? For example, I get something like this when I build my project, but I want to completely suppress it in a CI environment unless there is an error

Invoking: ng build
Building Angular Package


It is not recommended to publish Ivy libraries to NPM repositories.
Read more here: https://v9.angular.io/guide/ivy#maintaining-library-compatibility



Building entry point 'my-package'

  • Compiling TypeScript sources through NGC
    ✔ Compiling TypeScript sources through NGC
  • Bundling to FESM2015
    ✔ Bundling to FESM2015
  • Bundling to UMD
    ✔ Bundling to UMD
  • Minifying UMD bundle
    ✔ Minifying UMD bundle
  • Writing package metadata
    ✔ Writing package metadata
    ℹ Built my-package

Built Angular Package

  • from: /angular-workspace/projects/my-package
  • to: /angular-workspace/dist/my-package

Output of ng version
Angular CLI: 11.0.5
Node: 14.15.1
OS: darwin x64

Angular: 11.0.5
... animations, cli, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router
Ivy Workspace: Yes

Package Version

@angular-devkit/architect 0.1000.8
@angular-devkit/build-angular 0.1100.5
@angular-devkit/core 10.2.1
@angular-devkit/schematics 11.0.5
@schematics/angular 11.0.5
@schematics/update 0.1100.5
ng-packagr 11.0.3
rxjs 6.6.3
typescript 4.0.5

16:35:39
@gitter_sheldonnofer:matrix.orgSheldon Nofer (Gitter) (edited) ... typescript 4.0.5 => ... typescript 4.0.5 16:37:04
@gitter_sheldonnofer:matrix.orgSheldon Nofer (Gitter) Also to add, the --progress=false flag always returns the below error:
$ ng build --progress=false
Unknown option: '--progress'
16:37:04
@bray9k:matrix.org@bray9k:matrix.orgRedacted or Malformed Event23:09:55
@bray9k:matrix.org@bray9k:matrix.orgRedacted or Malformed Event23:10:12
24 Dec 2020
@gitter_emirhg:matrix.orgEmir Herrera González (Gitter) joined the room.03:56:24
@gitter_emirhg:matrix.orgEmir Herrera González (Gitter)

Hello people!

I'm new here, trying to make my first contribution but i find my self unable to merge my commit, the problem is that my commit did not pass the CI Tests, so, I've been running the tests locally using yarn bazel test //packages/... and is not passing, i've tried with 10.2.x 10.1.x and master branches and none passes. Is this a normal behaviour?

03:56:25
@gitter_emirhg:matrix.orgEmir Herrera González (Gitter) This is my output after running the test on the master branch https://pastebin.com/SG48udEN 04:06:57
5 Jan 2021
@gitter_rajjaiswalsaumya:matrix.orgRaj (Gitter) joined the room.08:05:44

Show newer messages


Back to Room ListRoom Version: 5