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 73f1a1b commit 96a261bCopy full SHA for 96a261b
README.md
@@ -20,6 +20,26 @@ Clone the mp-react-components repo:
20
git clone [email protected]:materialsproject/mp-react-components.git
21
```
22
23
+Ensure you're using Node.js version 12.x for compatibility.
24
+If you don't have nvm (Node Version Manager) installed, you can install it using the following command:
25
+
26
+```
27
+curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
28
29
30
+Install and use Node.js version 12.x.
31
32
33
+nvm install 12
34
+nvm use 12
35
36
37
+To check Node.js version
38
39
40
+node -v
41
42
43
From inside the top directory, install the dependencies:
44
45
0 commit comments