micahstubbs commented on issue #2053:
URL: https://github.com/apache/helix/issues/2053#issuecomment-1117982883
Now working on this step:
> Update all of your Angular framework packages to v6, and the correct
version of RxJS and TypeScript.
```python
NG_DISABLE_VERSION_CHECK=1 npx @angular/cli@6 update @angular/core@6
```
Which produces this output:
```python
./Release/.deps/Release/obj.target/fse/fsevents.o.d.raw Stats {
dev: 16777220,
mode: 33188,
nlink: 1,
uid: 501,
gid: 20,
rdev: 0,
blksize: 4096,
ino: 8813861629,
size: 1348,
blocks: 8,
atimeMs: 1651702160000,
mtimeMs: 1651702160000,
ctimeMs: 1651702160813.6194,
birthtimeMs: 1651702160000,
atime: 2022-05-04T22:09:20.000Z,
mtime: 2022-05-04T22:09:20.000Z,
ctime: 2022-05-04T22:09:20.814Z,
birthtime: 2022-05-04T22:09:20.000Z }
Package "@angular/flex-layout" has an incompatible peer
dependency to "rxjs" (requires "^5.5.0", would install "6.6.7").
Incompatible peer dependencies found. See above.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]