Skip to content

Commit 382efed

Browse files
Use prebuilt binaries for bufferutil and utf-8-validate
"ws" module requires bufferutil and utf-8-validate modules, which have to be build during installation. On Windows this requires Python, Visual Studio 2010, etc. Prebuilt the two modules and use them from Telerik forks.
1 parent c292e80 commit 382efed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"broccoli": "0.16.2",
2929
"broccoli-funnel": "0.2.3",
3030
"bufferpack": "0.0.6",
31+
"bufferutil": "https://github.com/telerik/bufferutil/tarball/master",
3132
"byline": "4.1.1",
3233
"chalk": "1.0.0",
3334
"cli-table": "https://github.com/telerik/cli-table/tarball/master",
@@ -64,6 +65,7 @@
6465
"shelljs": "0.3.0",
6566
"tabtab": "https://github.com/Icenium/node-tabtab/tarball/master",
6667
"temp": "0.8.1",
68+
"utf-8-validate": "https://github.com/telerik/utf-8-validate/tarball/master",
6769
"winreg": "0.0.12",
6870
"ws": "0.7.1",
6971
"xcode": "https://github.com/NativeScript/node-xcode/archive/NativeScript-0.9.tar.gz",

0 commit comments

Comments
 (0)