Skip to content

Commit 13ddf63

Browse files
Chiu Petertschaume
authored andcommitted
add node requirement >= v18 into README
1 parent d0de621 commit 13ddf63

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@ First, make sure that you have pulled in the latest changes from mp-react-compon
7777
npm install @materialsproject/mp-react-components@next
7878
```
7979
80+
Make sure to use node v18 to correctly run build
81+
82+
```
83+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
84+
nvm install 18
85+
nvm use 18
86+
```
87+
8088
After updating the JavaScript component files and the mp-react-components dependency, you need to run the build process to generate the Dash versions of the components:
8189
8290
```

0 commit comments

Comments
 (0)