Skip to content

Conversation

@JulyJuli
Copy link

@JulyJuli JulyJuli commented Jan 11, 2021

fix conflicts fromPR:225

yodawang and others added 27 commits January 4, 2019 19:09
Use opencollective-postinstall instead of opencollective
fixes the scrolling in the window container
* Update to Angular 8 * Update example, readme and changelog * Adjust typescript version, delete unnecessary dependency from example
There are a few known scenarios where the opencollective postinstall npm script can cause things to break further down the pipeline - a few being 'certain build/CI environments', 'script permission issues' and 'offline installs'.... Arguably, displaying a banner soliciting funding shouldn't disrupt the development or build processes of projects leveraging libraries that are optionally, and non-functionally, using opencollective. Ultimately, at the heart of the failure, is a non 0 exit code being returned in the cases that opencollective fails to properly execute. To prevent this non-zero exit code failure so that subsequent npm processes aren't disrupted as a result of non-functional dependency issues, a "|| exit 0" should be added to the postinstall npm script. There are many discussions about this issue and workaround - here are a few: opencollective/opencollective-cli#5 nuxt/nuxt#1357 opencollective/opencollective-cli#3 opencollective/opencollective-postinstall#2 compodoc/compodoc@99ea09f
* feat: update to angular 9 (orizens#351) * feat: make example app work
* feat: update angular to 10.x * chore: update angular to 10.x in examples dir
@orizens
Copy link
Owner

orizens commented Jan 18, 2022

checks are failing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment