Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove fibers dependency recommendation #1966

Merged
merged 1 commit into from
Dec 16, 2021
Merged

Commits on Dec 15, 2021

  1. Remove fibers dependency recommendation

    As of April 2021 maintainers of `fibers` announced it does not work with the current LTS version of Node (16.x) and "[recommends you avoid its use if possible](https://github.com/laverdet/node-fibers/blob/8f2809869cc92c28c92880c4a38317ae3dbe654d/README.md?plain=1#L1)". The authors README.md commit titled "[the end](laverdet/node-fibers@8f28098)" along with the verbiage "inevitable that one day this library will abruptly stop working and no one will be able to do anything about it" suggest this package will not be maintained going forward.
    
    Other benefits of the change:
    - Bring this page into alignment with [The Nuxt Configuration Guide](https://nuxtjs.org/docs/features/configuration/) which does not suggest users install fibers.
    - Reduce [startup headaches](laverdet/node-fibers#451) for users creating new projects using the latest LTS version of node.
    jtlindsey authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    796ebbb View commit details
    Browse the repository at this point in the history