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 09abf42 commit 163df70Copy full SHA for 163df70
libs/d3/README.md
@@ -1,4 +1,5 @@
1
# Building d3.js for jsroot
2
3
npm install
4
- npm run-script build
+ npm run build
5
+ rm -rf node_modules package-lock.json
libs/three/README.md
@@ -3,12 +3,15 @@
## Checkout appropriate three.js version
In directory on the same level as jsroot, checkout three.js
6
-into `threejs` subdirectory
+into `threejs` subdirectory. Do not forget to checkout proper version:
7
+
8
+ git checkout r172
9
10
## Run script
11
12
- npm uninstall
13
14
15
16
17
## Run tests and commit package
0 commit comments