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 1a07911 commit fbac185Copy full SHA for fbac185
1 file changed
CUSTOM_BUNDLE.md
@@ -9,6 +9,12 @@ git clone --depth 1 --branch <version> https://github.com/plotly/plotly.js.git
9
Move to plotly.js folder then install plotly.js dependencies:
10
```sh
11
cd plotly.js
12
+```
13
+
14
+Make sure you have the version of node installed that's mentioned in the CONTRIBUTING.md
15
16
+Install the dependencies
17
+```sh
18
npm i
19
```
20
0 commit comments