docusaurus/website/docs
Dan Roscigno 355a22907d
docs: specify Node version requirement to a minor (#7271)
* Update installation.md

I believe the current version of Docusaurus requires node 16.  With 14 I get:
```
import {program} from 'commander';
        ^^^^^^^
SyntaxError: The requested module 'commander' does not provide an export named 'program'
    at ModuleJob._instantiate (internal/modules/esm/module_job.js:92:21)
    at async ModuleJob.run (internal/modules/esm/module_job.js:107:20)
    at async Loader.import (internal/modules/esm/loader.js:179:24)
```

* Update installation.md

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2022-04-30 09:12:37 +08:00
..
advanced feat(core): rework client modules lifecycles, officially make API public (#6732) 2022-04-29 15:11:20 +02:00
api feat: Docusaurus ESLint plugin to enforce best Docusaurus practices (#7206) 2022-04-30 00:04:25 +08:00
assets chore: fix Crowdin again (#5825) 2021-10-29 15:37:45 +02:00
guides docs: wrap code block demos in mdx-code-block (#7262) 2022-04-29 17:09:54 +08:00
i18n docs: add documentation about pluralization (#7236) 2022-04-24 11:23:28 +08:00
migration chore: upgrade dependencies (#6916) 2022-03-15 13:16:21 +08:00
blog.mdx feat: allow blog authors email (#6783) 2022-03-02 16:28:17 +01:00
browser-support.md chore: add cSpell for spell checking (#6456) 2022-01-25 09:40:02 +08:00
cli.md docs(cli): add info about development on github codespaces (#6883) 2022-03-10 11:22:21 +08:00
configuration.md refactor: make MDX export a flat TOC list instead of tree (#6729) 2022-02-23 15:12:04 +01:00
deployment.mdx docs: fix some casing inconsistencies (#7081) 2022-03-31 20:23:44 +08:00
docusaurus-core.md feat: Docusaurus ESLint plugin to enforce best Docusaurus practices (#7206) 2022-04-30 00:04:25 +08:00
installation.md docs: specify Node version requirement to a minor (#7271) 2022-04-30 09:12:37 +08:00
introduction.md refactor: semantic markup improvement, fix validation warnings (#7244) 2022-04-26 20:15:45 +08:00
playground.mdx feat: docusaurus.new + improved StackBlitz playground (#5235) 2021-07-28 19:27:58 +02:00
search.md refactor(theme-classic): bias again search metadata toward Algolia DocSearch (#6707) 2022-02-17 14:24:31 +01:00
seo.md refactor(theme-{classic,common}): change how site/page/search metadata is handled (#6925) 2022-03-18 18:53:00 +01:00
static-assets.md fix(cli): allow passing a list of file names to write-heading-ids (#6500) 2022-01-29 12:21:15 +08:00
styling-layout.md docs: editorial fixes (#6889) 2022-03-10 13:43:22 +08:00
swizzling.md feat(core): rework swizzle CLI (#6243) 2022-02-25 14:13:15 +01:00
typescript-support.md refactor(website): minor fixes and improvements (#7119) 2022-04-07 08:33:52 +08:00
using-plugins.md docs: multiple documentation improvements (#7126) 2022-04-07 16:27:28 +08:00