File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,15 @@ Perform the following steps to create an installable zip:
20
20
21
21
- NodeJS 6.9.2+
22
22
- NPM
23
- - MS Build tools
23
+ - MS Build tools / Unix build tools
24
24
- Python 2.7
25
25
26
26
To compile the binary module argon2-ffi build tools are requried, install with
27
27
```
28
- npm install --global --production windows-build-tools
28
+ windows:
29
+ npm install --global --production windows-build-tools
30
+ unix:
31
+ sudo apt-get install -y build-essential
29
32
```
30
33
This installs MS build tools and python 2.7 and is required for node-gyp to work.
31
34
@@ -64,4 +67,4 @@ No plans on implementing this for now.
64
67
- running npm --install with --arch=ia32 breaks mocha but works with Kibana.
65
68
- running npm --install without --arch=ia32 works with mocha but not Kibana.
66
69
67
- We are not happy about this.
70
+ We are not happy about this.
You can’t perform that action at this time.
0 commit comments