Skip to content

Commit 48d839e

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. Raise the version of node-inspector, as the 0.7.4 requires very old version of "ws" module, which is also trying to be rebuild some files during installation. The new one - 0.10.2 will use the same ws, that we have as requirement in our package.json.
1 parent c292e80 commit 48d839e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
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",
@@ -47,7 +48,7 @@
4748
"minimatch": "2.0.4",
4849
"mkdirp": "0.3.5",
4950
"mute-stream": "0.0.4",
50-
"node-inspector": "0.7.4",
51+
"node-inspector": "0.10.2",
5152
"node-uuid": "1.4.1",
5253
"npm": "2.6.1",
5354
"open": "0.0.4",
@@ -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)