File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -24,22 +24,20 @@ Installing Node.js and npm
24
24
^^^^^^^^^^^^^^^^^^^^^^^^^^
25
25
26
26
Building the Notebook from its GitHub source code requires some tools to
27
- create and minify JavaScript components and the CSS.
28
- Namely, that's Node.js and Node's package manager, ``npm ``.
27
+ create and minify JavaScript components and the CSS,
28
+ specifically Node.js and Node's package manager, ``npm ``.
29
+ It should be node version ≥ 6.0.
29
30
30
31
If you use ``conda ``, you can get them with::
31
32
32
- conda install -c javascript nodejs
33
+ conda install -c conda-forge nodejs
33
34
34
35
If you use `Homebrew <http://brew.sh/ >`_ on Mac OS X::
35
36
36
37
brew install node
37
38
38
- For Debian/Ubuntu systems, you should use the ``nodejs-legacy `` package instead
39
- of the ``node `` package::
40
-
41
- sudo apt-get update
42
- sudo apt-get install nodejs-legacy npm
39
+ Installation on Linux may vary, but be aware that the `nodejs ` or `npm ` packages
40
+ included in the system package repository may be too old to work properly.
43
41
44
42
You can also use the installer from the `Node.js website <https://nodejs.org >`_.
45
43
You can’t perform that action at this time.
0 commit comments