We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda7fa5 commit 918dc7bCopy full SHA for 918dc7b
readme.md
@@ -89,13 +89,19 @@ manually.
89
If you instead want to use JavaScript and JSX *inside* markdown files, use
90
[MDX][github-mdx].
91
92
-## Install
+## Installation
93
94
-This package is [ESM only][esm].
95
-In Node.js (version 16+), install with [npm][npm-install]:
+react-markdown is [ESM only][esm].
+You must use Node.js 16+, modern bundlers (Vite / webpack 5+), or any runtime that supports ECMAScript modules. [npm][npm-install]:
96
+
97
+*Node.js (npm, pnpm, yarn)*
98
99
```sh
100
npm install react-markdown
101
+# or
102
+pnpm add react-markdown
103
104
+yarn add react-markdown
105
```
106
107
In Deno with [`esm.sh`][esmsh]:
0 commit comments