Nicola Piermattei

Results 5 comments of Nicola Piermattei

I went for latest node 14 and latest npm version and just worked out of the box

Well that's pretty normal to me, this is a npm log after completing installing the dependencies, so it's ok

Also never, EVER, run npm update if you are not sure on what the dependency tree is. The suggestion i give you is to just run it on docker, it's...

Also, now that i see better the terminal log, that are just eslint warnings about unused vars, i suggest to just go for a docker build, it's just way easier

Same issue solved for me by adding "onSameRouteNavigation: 'ignore'" on the extra options on my routing module: [Reference](https://angular.io/api/router/ExtraOptions)