windows-build-tools
Advanced tools
Comparing version 4.0.0-alpha.10 to 4.0.0-alpha.11
@@ -43,2 +43,6 @@ "use strict"; | ||
const updatedLog = [vcLogTitle, ...vccLastLines, pyLogTitle, ...pythonLastLines]; | ||
// We expect a length of 16 | ||
if (updatedLog.length < 16) { | ||
updatedLog.fill('', updatedLog.length, 16); | ||
} | ||
if (debug.enabled) { | ||
@@ -64,3 +68,3 @@ updatedLog.forEach((s) => debug(s)); | ||
// Flush newlines | ||
logging_1.log(''); | ||
logging_1.log('\n'); | ||
} | ||
@@ -67,0 +71,0 @@ function tailBuildInstallation() { |
@@ -60,3 +60,3 @@ "use strict"; | ||
.filter((l) => l.trim().length > 0) | ||
.slice(split.length - 4, split.length); | ||
.slice(split.length - 6, split.length); | ||
this.emit('lastLines', lastLines); | ||
@@ -63,0 +63,0 @@ this.handleData(data); |
{ | ||
"name": "windows-build-tools", | ||
"version": "4.0.0-alpha.10", | ||
"version": "4.0.0-alpha.11", | ||
"description": "Install C++ Build Tools for Windows using npm", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -12,2 +12,8 @@ # Windows-Build-Tools | ||
Or, if you are using Yarn: | ||
``` | ||
yarn global add windows-build-tools | ||
``` | ||
![Gif](https://user-images.githubusercontent.com/1426799/36077410-66a1d122-0f1f-11e8-9730-3ca50af1e4e6.gif) | ||
@@ -110,2 +116,8 @@ | ||
#### Node versions | ||
* `windows-build-tools` 4.0 and up require at least Node v8. | ||
* `windows-build-tools` 3.0 and up require at least Node v6. | ||
* `windows-build-tools` 1.0 and up require at least Node v4. | ||
#### Where is Python installed? | ||
@@ -141,5 +153,5 @@ | ||
To ensure that that's true, we take a fresh Windows 10 installation, add `windows-build-tools`, and | ||
ensure that the most popular native Node addons compile from source. Those are: [node-sass](https://www.npmjs.com/package/node-sass), [bcrypt](https://www.npmjs.com/package/bcrypt), [sqlite3](https://www.npmjs.com/package/sqlite3), serialport, websocket, deasync, grpc, canvas, sharp, | ||
hiredis, leveldown, nodegit, zqm, ffi, libxmljs, iconv, ref, sleep, microtime, couchbase, bignum, | ||
kerberos, and ursa. | ||
ensure that the most popular native Node addons compile from source. Those are: [node-sass](https://www.npmjs.com/package/node-sass), [bcrypt](https://www.npmjs.com/package/bcrypt), [sqlite3](https://www.npmjs.com/package/sqlite3), [serialport](https://www.npmjs.com/package/serialport), [websocket](https://www.npmjs.com/package/websocket), [deasync](https://www.npmjs.com/package/deasync), [grpc](https://www.npmjs.com/package/grpc), [canvas](https://www.npmjs.com/package/canvas), [sharp](https://www.npmjs.com/package/sharp), | ||
[hiredis](https://www.npmjs.com/package/hiredis), [leveldown](https://www.npmjs.com/package/leveldown), [nodegit](https://www.npmjs.com/package/nodegit), [zqm](https://www.npmjs.com/package/zqm), [ffi](https://www.npmjs.com/package/ffi), [libxmljs](https://www.npmjs.com/package/libxmljs), [iconv](https://www.npmjs.com/package/iconv), [ref](https://www.npmjs.com/package/ref), [sleep](https://www.npmjs.com/package/sleep), [microtime](https://www.npmjs.com/package/microtime), [couchbase](https://www.npmjs.com/package/couchbase), [bignum](https://www.npmjs.com/package/bignum), | ||
[kerberos](https://www.npmjs.com/package/kerberos), and [ursa](https://www.npmjs.com/package/ursa). | ||
@@ -146,0 +158,0 @@ ## License & Credits |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87480
1047
160