Paulius And
Paulius And
I'll try taking this one.
So I tried running the project locally, but I get a white page that only says `Cannot GET /`. I can see some ESLint errors (even without making any changes...
I'm having the same issue currently. Did you manage to do something by any chance?
@tcrite but above that it says "Zone JS is required by default for Angular itself." and it throws an error inside console: "Error: In this configuration Angular requires Zone.js". Does...
@jziggas: have you tried uncommenting/adding this line in polyfills.ts? `(window as any).__Zone_disable_requestAnimationFrame = true;` It didn't help me, but I wonder if you would see a difference.
You're including zone.js somewhere though? Try adding that line before the import of it.
Had the issue with a big list of changes too (900+). Changing git clone depth (temporarily) to zero worked for us: https://docs.gitlab.com/ee/ci/pipelines/settings.html#limit-the-number-of-changes-fetched-during-clone Related: #1356
@tar-aldev I got the same issue. How do you include the types file in tsconfig?
I've just encountered this same issue a couple of days ago too, for the first time.
Yep, CSS transform option is the most lightweight IMO. I'm not that good with JS/jQuery myself, so I haven't really reached anything working yet :/