Sharp: Electron: The module '.../sharp.node' was compiled against a different Node.js

Created on 25 Aug 2019  路  3Comments  路  Source: lovell/sharp

I ran
npm install sharp --save

It all installed nicely, or so I thought.

Then I tried requiring it in my code (in an electron app), like this:

const sharp = require('sharp');

Then I got this error:

Something went wrong installing the "sharp" module

The module '/home/tim/Projects/cabin/node_modules/sharp/build/Release/sharp.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 57. This version of Node.js requires
NODE_MODULE_VERSION 73. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).

- Ensure the version of Node.js used at install time matches that used at runtime
- Consult the installation documentation at https://sharp.pixelplumbing.com/en/stable/install/
- Search for this error at https://github.com/lovell/sharp/issues

This command:
npm install --verbose sharp

produces this:

tim@tims-dell:~/Projects/cabin$ npm install --verbose sharp
npm info it worked if it ends with ok
npm verb cli [ '/usr/bin/node',
npm verb cli '/usr/bin/npm',
npm verb cli 'install',
npm verb cli '--verbose',
npm verb cli 'sharp' ]
npm info using [email protected]
npm info using [email protected]
npm verb request uri https://registry.npmjs.org/sharp
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:14 p.m.
npm verb request id 8c798b9efc51bc0c
npm verb etag W/"3dc328693b89b58be7e367a499b3eb21"
npm verb lastModified Fri, 09 Aug 2019 06:00:32 GMT
npm http request GET https://registry.npmjs.org/sharp
npm http 304 https://registry.npmjs.org/sharp
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:15 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=db62c643590eca1bb013261b62cb7697a1566698175; expires=Mon, 24-Aug-20 01:56:15 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2cb0a53c51c-ORD',
npm verb headers age: '2775',
npm verb headers etag: '"3dc328693b89b58be7e367a499b3eb21"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Fri, 09 Aug 2019 06:00:32 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '258-a101098be153becee06fd94870458b4d',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/sharp from cache
npm verb get saving sharp to /home/tim/.npm/registry.npmjs.org/sharp/.cache.json
npm verb cache add spec sharp@^0.23.0
npm verb addNamed ">=0.23.0 <0.24.0" is a valid semver range for sharp
npm verb addNameRange registry:https://registry.npmjs.org/sharp not in flight; fetching
npm verb get https://registry.npmjs.org/sharp not expired, no request
npm verb addNamed "0.23.0" is a plain semver version for sharp
npm verb afterAdd /home/tim/.npm/sharp/0.23.0/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/sharp/0.23.0/package/package.json written
npm verb request uri https://registry.npmjs.org/detect-libc
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:15 p.m.
npm verb etag W/"297520dc86a0267f1af8d43a0ba506b5"
npm verb lastModified Sat, 26 May 2018 22:01:48 GMT
npm http request GET https://registry.npmjs.org/detect-libc
npm verb request uri https://registry.npmjs.org/color
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:15 p.m.
npm verb etag W/"2f91b8aafa3ff0e34d527791d0eb4308"
npm verb lastModified Mon, 03 Jun 2019 10:18:32 GMT
npm http request GET https://registry.npmjs.org/color
npm verb request uri https://registry.npmjs.org/npmlog
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:15 p.m.
npm verb etag W/"c96eaac0212ae70eeb4788df73c16def"
npm verb lastModified Mon, 19 Aug 2019 22:33:41 GMT
npm http request GET https://registry.npmjs.org/npmlog
npm verb request uri https://registry.npmjs.org/nan
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:15 p.m.
npm verb etag W/"a665a85bde8d605dbf85b9013ecf702b"
npm verb lastModified Thu, 16 May 2019 19:11:40 GMT
npm http request GET https://registry.npmjs.org/nan
npm verb request uri https://registry.npmjs.org/semver
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:15 p.m.
npm verb etag W/"e6ebbcafdb10282556797504370caa72"
npm verb lastModified Mon, 19 Aug 2019 22:33:50 GMT
npm http request GET https://registry.npmjs.org/semver
npm verb request uri https://registry.npmjs.org/simple-get
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:15 p.m.
npm verb etag W/"87308b4235ddf2e244a6f381a6c63126"
npm verb lastModified Thu, 09 Aug 2018 06:41:35 GMT
npm http request GET https://registry.npmjs.org/simple-get
npm verb request uri https://registry.npmjs.org/tar
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:15 p.m.
npm verb etag W/"fb6eae9be1a6b7ed89155ddd12e1d87b"
npm verb lastModified Mon, 19 Aug 2019 22:33:53 GMT
npm http request GET https://registry.npmjs.org/tar
npm verb request uri https://registry.npmjs.org/prebuild-install
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:15 p.m.
npm verb etag W/"7bba900e00478775ddd9e872b4f3ee28"
npm verb lastModified Sun, 21 Apr 2019 10:07:32 GMT
npm http request GET https://registry.npmjs.org/prebuild-install
npm http 304 https://registry.npmjs.org/detect-libc
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:15 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=db62c643590eca1bb013261b62cb7697a1566698175; expires=Mon, 24-Aug-20 01:56:15 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2ce3979c51c-ORD',
npm verb headers age: '1363',
npm verb headers etag: '"297520dc86a0267f1af8d43a0ba506b5"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Sat, 26 May 2018 22:01:48 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/detect-libc from cache
npm verb get saving detect-libc to /home/tim/.npm/registry.npmjs.org/detect-libc/.cache.json
npm verb cache add spec detect-libc@^1.0.3
npm verb addNamed ">=1.0.3 <2.0.0" is a valid semver range for detect-libc
npm verb addNameRange registry:https://registry.npmjs.org/detect-libc not in flight; fetching
npm verb get https://registry.npmjs.org/detect-libc not expired, no request
npm verb addNamed "1.0.3" is a plain semver version for detect-libc
npm verb afterAdd /home/tim/.npm/detect-libc/1.0.3/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/detect-libc/1.0.3/package/package.json written
npm http 304 https://registry.npmjs.org/color
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:16 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=db04f4ed757b566671acafd6a911629081566698176; expires=Mon, 24-Aug-20 01:56:16 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2d05a43e1c6-ORD',
npm verb headers age: '1282',
npm verb headers etag: '"2f91b8aafa3ff0e34d527791d0eb4308"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Mon, 03 Jun 2019 10:18:32 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '127-1253e3c7fcb38b55bb0283c781b25094',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/color from cache
npm verb get saving color to /home/tim/.npm/registry.npmjs.org/color/.cache.json
npm verb cache add spec color@^3.1.2
npm verb addNamed ">=3.1.2 <4.0.0" is a valid semver range for color
npm verb addNameRange registry:https://registry.npmjs.org/color not in flight; fetching
npm verb get https://registry.npmjs.org/color not expired, no request
npm verb addNamed "3.1.2" is a plain semver version for color
npm verb afterAdd /home/tim/.npm/color/3.1.2/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/color/3.1.2/package/package.json written
npm http 304 https://registry.npmjs.org/npmlog
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:16 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=db99b793387d373aad67ebf530fb6b34c1566698176; expires=Mon, 24-Aug-20 01:56:16 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2d079e4c524-ORD',
npm verb headers age: '4161',
npm verb headers etag: '"c96eaac0212ae70eeb4788df73c16def"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Mon, 19 Aug 2019 22:33:41 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '89-972352c2e5aad4bc89b8398046c82e6c',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/npmlog from cache
npm verb get saving npmlog to /home/tim/.npm/registry.npmjs.org/npmlog/.cache.json
npm verb cache add spec npmlog@^4.1.2
npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for npmlog
npm verb addNameRange registry:https://registry.npmjs.org/npmlog not in flight; fetching
npm http 304 https://registry.npmjs.org/nan
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:16 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d231a68483e9eab739187d8e1c5a398d41566698176; expires=Mon, 24-Aug-20 01:56:16 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2d098dc557a-ORD',
npm verb headers age: '4488',
npm verb headers etag: '"a665a85bde8d605dbf85b9013ecf702b"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Thu, 16 May 2019 19:11:40 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '187-4027ea0c01577aa817d1396fc47fd498',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/nan from cache
npm verb get saving nan to /home/tim/.npm/registry.npmjs.org/nan/.cache.json
npm verb get https://registry.npmjs.org/npmlog not expired, no request
npm verb addNamed "4.1.2" is a plain semver version for npmlog
npm verb afterAdd /home/tim/.npm/npmlog/4.1.2/package/package.json not in flight; writing
npm verb cache add spec nan@^2.14.0
npm verb addNamed ">=2.14.0 <3.0.0" is a valid semver range for nan
npm verb addNameRange registry:https://registry.npmjs.org/nan not in flight; fetching
npm verb get https://registry.npmjs.org/nan not expired, no request
npm verb addNamed "2.14.0" is a plain semver version for nan
npm verb afterAdd /home/tim/.npm/npmlog/4.1.2/package/package.json written
npm verb afterAdd /home/tim/.npm/nan/2.14.0/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/nan/2.14.0/package/package.json written
npm http 304 https://registry.npmjs.org/simple-get
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:16 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d08537f67ad53f440c46462d157b4b7f81566698176; expires=Mon, 24-Aug-20 01:56:16 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2d0ece2c508-ORD',
npm verb headers age: '1666',
npm verb headers etag: '"87308b4235ddf2e244a6f381a6c63126"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Thu, 09 Aug 2018 06:41:35 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/simple-get from cache
npm verb get saving simple-get to /home/tim/.npm/registry.npmjs.org/simple-get/.cache.json
npm http 304 https://registry.npmjs.org/semver
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:16 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d183e1add3ba1c9ec267b7cd4c3fcbd4e1566698176; expires=Mon, 24-Aug-20 01:56:16 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2d10bafe21a-ORD',
npm verb headers age: '4401',
npm verb headers etag: '"e6ebbcafdb10282556797504370caa72"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Mon, 19 Aug 2019 22:33:50 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '369-6321c38c6a23accb25f2bd35858cc753',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/semver from cache
npm verb get saving semver to /home/tim/.npm/registry.npmjs.org/semver/.cache.json
npm verb cache add spec simple-get@^3.0.3
npm verb addNamed ">=3.0.3 <4.0.0" is a valid semver range for simple-get
npm verb addNameRange registry:https://registry.npmjs.org/simple-get not in flight; fetching
npm verb cache add spec semver@^6.3.0
npm verb addNamed ">=6.3.0 <7.0.0" is a valid semver range for semver
npm verb addNameRange registry:https://registry.npmjs.org/semver not in flight; fetching
npm http 304 https://registry.npmjs.org/prebuild-install
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:16 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d16bfd603131e32769fee712c98c212d21566698176; expires=Mon, 24-Aug-20 01:56:16 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2d12ce2e20e-ORD',
npm verb headers age: '2973',
npm verb headers etag: '"7bba900e00478775ddd9e872b4f3ee28"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Sun, 21 Apr 2019 10:07:32 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '36-456988a06b15fac981673557e474a79c',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/prebuild-install from cache
npm verb get saving prebuild-install to /home/tim/.npm/registry.npmjs.org/prebuild-install/.cache.json
npm verb get https://registry.npmjs.org/simple-get not expired, no request
npm verb addNamed "3.0.3" is a plain semver version for simple-get
npm http 304 https://registry.npmjs.org/tar
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:16 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=dc371a59c27776d74208323287a1e44b81566698176; expires=Mon, 24-Aug-20 01:56:16 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2d1381ec538-ORD',
npm verb headers age: '3951',
npm verb headers etag: '"fb6eae9be1a6b7ed89155ddd12e1d87b"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Mon, 19 Aug 2019 22:33:53 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '217-5c47ef4096b52b073a563c7ee6669591',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/tar from cache
npm verb get saving tar to /home/tim/.npm/registry.npmjs.org/tar/.cache.json
npm verb get https://registry.npmjs.org/semver not expired, no request
npm verb addNamed "6.3.0" is a plain semver version for semver
npm verb afterAdd /home/tim/.npm/simple-get/3.0.3/package/package.json not in flight; writing
npm verb cache add spec prebuild-install@^5.3.0
npm verb addNamed ">=5.3.0 <6.0.0" is a valid semver range for prebuild-install
npm verb addNameRange registry:https://registry.npmjs.org/prebuild-install not in flight; fetching
npm verb afterAdd /home/tim/.npm/semver/6.3.0/package/package.json not in flight; writing
npm verb cache add spec tar@^4.4.10
npm verb addNamed ">=4.4.10 <5.0.0" is a valid semver range for tar
npm verb addNameRange registry:https://registry.npmjs.org/tar not in flight; fetching
npm verb afterAdd /home/tim/.npm/simple-get/3.0.3/package/package.json written
npm verb get https://registry.npmjs.org/prebuild-install not expired, no request
npm verb addNamed "5.3.0" is a plain semver version for prebuild-install
npm verb get https://registry.npmjs.org/tar not expired, no request
npm verb addNamed "4.4.10" is a plain semver version for tar
npm verb afterAdd /home/tim/.npm/semver/6.3.0/package/package.json written
npm verb afterAdd /home/tim/.npm/prebuild-install/5.3.0/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/tar/4.4.10/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/prebuild-install/5.3.0/package/package.json written
npm verb afterAdd /home/tim/.npm/tar/4.4.10/package/package.json written
npm verb request uri https://registry.npmjs.org/color-convert
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:16 p.m.
npm verb etag W/"eed99a9b1a63a15637834ca5633016bb"
npm verb lastModified Mon, 19 Aug 2019 21:05:41 GMT
npm http request GET https://registry.npmjs.org/color-convert
npm verb request uri https://registry.npmjs.org/color-string
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:16 p.m.
npm verb etag W/"f1c3e7131176767ccb9a200a8a746932"
npm verb lastModified Tue, 01 Jan 2019 14:43:31 GMT
npm http request GET https://registry.npmjs.org/color-string
npm http 304 https://registry.npmjs.org/color-convert
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:16 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d4b5aa98f1369a8f42eb8b5a1f180b9731566698176; expires=Mon, 24-Aug-20 01:56:16 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2d28b5ac51c-ORD',
npm verb headers age: '2302',
npm verb headers etag: '"eed99a9b1a63a15637834ca5633016bb"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Mon, 19 Aug 2019 21:05:41 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '74-54d7dde3d16c3a76b1b5cee96eb1eb95',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/color-convert from cache
npm verb get saving color-convert to /home/tim/.npm/registry.npmjs.org/color-convert/.cache.json
npm http 304 https://registry.npmjs.org/color-string
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:16 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=db04f4ed757b566671acafd6a911629081566698176; expires=Mon, 24-Aug-20 01:56:16 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2d2a808e1c6-ORD',
npm verb headers age: '1835',
npm verb headers etag: '"f1c3e7131176767ccb9a200a8a746932"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Tue, 01 Jan 2019 14:43:31 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '45-387d64e630932883fae03b55f704f4c1',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/color-string from cache
npm verb get saving color-string to /home/tim/.npm/registry.npmjs.org/color-string/.cache.json
npm verb cache add spec color-convert@^1.9.1
npm verb addNamed ">=1.9.1 <2.0.0" is a valid semver range for color-convert
npm verb addNameRange registry:https://registry.npmjs.org/color-convert not in flight; fetching
npm verb cache add spec color-string@^1.5.2
npm verb addNamed ">=1.5.2 <2.0.0" is a valid semver range for color-string
npm verb addNameRange registry:https://registry.npmjs.org/color-string not in flight; fetching
npm verb get https://registry.npmjs.org/color-convert not expired, no request
npm verb addNamed "1.9.3" is a plain semver version for color-convert
npm verb get https://registry.npmjs.org/color-string not expired, no request
npm verb addNamed "1.5.3" is a plain semver version for color-string
npm verb afterAdd /home/tim/.npm/color-convert/1.9.3/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/color-string/1.5.3/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/color-convert/1.9.3/package/package.json written
npm verb afterAdd /home/tim/.npm/color-string/1.5.3/package/package.json written
npm verb request uri https://registry.npmjs.org/color-name
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:16 p.m.
npm verb etag W/"68499672f8aca14e62dccba8bf3b8402"
npm verb lastModified Tue, 01 Jan 2019 14:42:53 GMT
npm http request GET https://registry.npmjs.org/color-name
npm http 304 https://registry.npmjs.org/color-name
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:16 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=db99b793387d373aad67ebf530fb6b34c1566698176; expires=Mon, 24-Aug-20 01:56:16 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2d3891bc524-ORD',
npm verb headers age: '4452',
npm verb headers etag: '"68499672f8aca14e62dccba8bf3b8402"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Tue, 01 Jan 2019 14:42:53 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '13-aecc86190fb5d11b27fb1f03c37f58aa',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/color-name from cache
npm verb get saving color-name to /home/tim/.npm/registry.npmjs.org/color-name/.cache.json
npm verb cache add spec [email protected]
npm verb addNamed "1.1.3" is a plain semver version for color-name
npm verb addNameVersion registry:https://registry.npmjs.org/color-name not in flight; fetching
npm verb get https://registry.npmjs.org/color-name not expired, no request
npm verb afterAdd /home/tim/.npm/color-name/1.1.3/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/color-name/1.1.3/package/package.json written
npm verb request uri https://registry.npmjs.org/simple-swizzle
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:16 p.m.
npm verb etag W/"2b3aecaaeea55b01327cd38b28c16a55"
npm verb lastModified Sun, 27 May 2018 17:22:21 GMT
npm http request GET https://registry.npmjs.org/simple-swizzle
npm http 304 https://registry.npmjs.org/simple-swizzle
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:16 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d231a68483e9eab739187d8e1c5a398d41566698176; expires=Mon, 24-Aug-20 01:56:16 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2d47be6557a-ORD',
npm verb headers age: '2325',
npm verb headers etag: '"2b3aecaaeea55b01327cd38b28c16a55"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Sun, 27 May 2018 17:22:21 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/simple-swizzle from cache
npm verb get saving simple-swizzle to /home/tim/.npm/registry.npmjs.org/simple-swizzle/.cache.json
npm verb cache add spec simple-swizzle@^0.2.2
npm verb addNamed ">=0.2.2 <0.3.0" is a valid semver range for simple-swizzle
npm verb addNameRange registry:https://registry.npmjs.org/simple-swizzle not in flight; fetching
npm verb get https://registry.npmjs.org/simple-swizzle not expired, no request
npm verb addNamed "0.2.2" is a plain semver version for simple-swizzle
npm verb afterAdd /home/tim/.npm/simple-swizzle/0.2.2/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/simple-swizzle/0.2.2/package/package.json written
npm verb request uri https://registry.npmjs.org/is-arrayish
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:16 p.m.
npm verb etag W/"0e41591c1360655e5763ea5ec9f14f50"
npm verb lastModified Tue, 19 Jun 2018 08:09:50 GMT
npm http request GET https://registry.npmjs.org/is-arrayish
npm http 304 https://registry.npmjs.org/is-arrayish
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:16 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d08537f67ad53f440c46462d157b4b7f81566698176; expires=Mon, 24-Aug-20 01:56:16 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2d57fc3c508-ORD',
npm verb headers age: '4519',
npm verb headers etag: '"0e41591c1360655e5763ea5ec9f14f50"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Tue, 19 Jun 2018 08:09:50 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/is-arrayish from cache
npm verb get saving is-arrayish to /home/tim/.npm/registry.npmjs.org/is-arrayish/.cache.json
npm verb cache add spec is-arrayish@^0.3.1
npm verb addNamed ">=0.3.1 <0.4.0" is a valid semver range for is-arrayish
npm verb addNameRange registry:https://registry.npmjs.org/is-arrayish not in flight; fetching
npm verb get https://registry.npmjs.org/is-arrayish not expired, no request
npm verb addNamed "0.3.2" is a plain semver version for is-arrayish
npm verb afterAdd /home/tim/.npm/is-arrayish/0.3.2/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/is-arrayish/0.3.2/package/package.json written
npm verb request uri https://registry.npmjs.org/are-we-there-yet
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:16 p.m.
npm verb etag W/"b6aea88f6ecf19da07d99753b0d32d17"
npm verb lastModified Sat, 26 May 2018 17:19:25 GMT
npm http request GET https://registry.npmjs.org/are-we-there-yet
npm verb request uri https://registry.npmjs.org/console-control-strings
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:16 p.m.
npm verb etag W/"e52f7e231640679768fe81828918b62d"
npm verb lastModified Sat, 26 May 2018 20:45:22 GMT
npm http request GET https://registry.npmjs.org/console-control-strings
npm verb request uri https://registry.npmjs.org/gauge
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:16 p.m.
npm verb etag W/"3c3a4b2ac0b9545b5de86ed83b530ede"
npm verb lastModified Mon, 19 Aug 2019 22:32:57 GMT
npm http request GET https://registry.npmjs.org/gauge
npm verb request uri https://registry.npmjs.org/set-blocking
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:16 p.m.
npm verb etag W/"2538fd3726691583dd170d2b1f9e448b"
npm verb lastModified Sun, 27 May 2018 17:05:03 GMT
npm http request GET https://registry.npmjs.org/set-blocking
npm http 304 https://registry.npmjs.org/are-we-there-yet
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:17 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=dcd5e1101b86390ab320513af4066c4a71566698177; expires=Mon, 24-Aug-20 01:56:17 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2d6689ae21a-ORD',
npm verb headers age: '4243',
npm verb headers etag: '"b6aea88f6ecf19da07d99753b0d32d17"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Sat, 26 May 2018 17:19:25 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/are-we-there-yet from cache
npm verb get saving are-we-there-yet to /home/tim/.npm/registry.npmjs.org/are-we-there-yet/.cache.json
npm http 304 https://registry.npmjs.org/console-control-strings
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:17 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=dccc91b1b77279c10a2dd90df39ff53911566698177; expires=Mon, 24-Aug-20 01:56:17 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2d679fbe20e-ORD',
npm verb headers age: '4161',
npm verb headers etag: '"e52f7e231640679768fe81828918b62d"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Sat, 26 May 2018 20:45:22 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/console-control-strings from cache
npm verb get saving console-control-strings to /home/tim/.npm/registry.npmjs.org/console-control-strings/.cache.json
npm verb cache add spec console-control-strings@~1.1.0
npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for console-control-strings
npm verb addNameRange registry:https://registry.npmjs.org/console-control-strings not in flight; fetching
npm verb cache add spec are-we-there-yet@~1.1.2
npm verb addNamed ">=1.1.2 <1.2.0" is a valid semver range for are-we-there-yet
npm verb addNameRange registry:https://registry.npmjs.org/are-we-there-yet not in flight; fetching
npm verb get https://registry.npmjs.org/console-control-strings not expired, no request
npm verb addNamed "1.1.0" is a plain semver version for console-control-strings
npm verb get https://registry.npmjs.org/are-we-there-yet not expired, no request
npm verb addNamed "1.1.5" is a plain semver version for are-we-there-yet
npm verb afterAdd /home/tim/.npm/console-control-strings/1.1.0/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/are-we-there-yet/1.1.5/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/console-control-strings/1.1.0/package/package.json written
npm verb afterAdd /home/tim/.npm/are-we-there-yet/1.1.5/package/package.json written
npm http 304 https://registry.npmjs.org/gauge
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:17 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=dc7d1915fbfaa08e1597830bf86a1e3491566698177; expires=Mon, 24-Aug-20 01:56:17 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2d69d15c538-ORD',
npm verb headers age: '4161',
npm verb headers etag: '"3c3a4b2ac0b9545b5de86ed83b530ede"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Mon, 19 Aug 2019 22:32:57 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '58-b9c673534df919ca50a68df981f24300',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/gauge from cache
npm verb get saving gauge to /home/tim/.npm/registry.npmjs.org/gauge/.cache.json
npm verb cache add spec gauge@~2.7.3
npm verb addNamed ">=2.7.3 <2.8.0" is a valid semver range for gauge
npm verb addNameRange registry:https://registry.npmjs.org/gauge not in flight; fetching
npm verb get https://registry.npmjs.org/gauge not expired, no request
npm verb addNamed "2.7.4" is a plain semver version for gauge
npm verb afterAdd /home/tim/.npm/gauge/2.7.4/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/gauge/2.7.4/package/package.json written
npm http 304 https://registry.npmjs.org/set-blocking
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:17 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d70d832eb61eee0a40000fe53143945b11566698177; expires=Mon, 24-Aug-20 01:56:17 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2d6ad51c51c-ORD',
npm verb headers age: '4897',
npm verb headers etag: '"2538fd3726691583dd170d2b1f9e448b"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Sun, 27 May 2018 17:05:03 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/set-blocking from cache
npm verb get saving set-blocking to /home/tim/.npm/registry.npmjs.org/set-blocking/.cache.json
npm verb cache add spec set-blocking@~2.0.0
npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for set-blocking
npm verb addNameRange registry:https://registry.npmjs.org/set-blocking not in flight; fetching
npm verb get https://registry.npmjs.org/set-blocking not expired, no request
npm verb addNamed "2.0.0" is a plain semver version for set-blocking
npm verb afterAdd /home/tim/.npm/set-blocking/2.0.0/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/set-blocking/2.0.0/package/package.json written
npm verb request uri https://registry.npmjs.org/delegates
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:18 p.m.
npm verb etag W/"24df92accbccf36cbb433af9f7ff1919"
npm verb lastModified Fri, 03 Aug 2018 00:38:18 GMT
npm http request GET https://registry.npmjs.org/delegates
npm verb request uri https://registry.npmjs.org/readable-stream
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:18 p.m.
npm verb etag W/"af3b07933aba69dcfb76cf68841f0f03"
npm verb lastModified Tue, 28 May 2019 05:57:26 GMT
npm http request GET https://registry.npmjs.org/readable-stream
npm http 304 https://registry.npmjs.org/delegates
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:18 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d9645cd087e93561e2a3cf52aa56eb65f1566698178; expires=Mon, 24-Aug-20 01:56:18 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2ddacfde1c6-ORD',
npm verb headers age: '4162',
npm verb headers etag: '"24df92accbccf36cbb433af9f7ff1919"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Fri, 03 Aug 2018 00:38:18 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/delegates from cache
npm verb get saving delegates to /home/tim/.npm/registry.npmjs.org/delegates/.cache.json
npm verb cache add spec delegates@^1.0.0
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for delegates
npm verb addNameRange registry:https://registry.npmjs.org/delegates not in flight; fetching
npm verb get https://registry.npmjs.org/delegates not expired, no request
npm verb addNamed "1.0.0" is a plain semver version for delegates
npm verb afterAdd /home/tim/.npm/delegates/1.0.0/package/package.json not in flight; writing
npm http 304 https://registry.npmjs.org/readable-stream
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:18 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d2d70905554d1937d0cc25eb5ee8c20d41566698178; expires=Mon, 24-Aug-20 01:56:18 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2ddc98ec524-ORD',
npm verb headers age: '6332',
npm verb headers etag: '"af3b07933aba69dcfb76cf68841f0f03"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Tue, 28 May 2019 05:57:26 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '206-6c8e9aff5f962a1519d0577fc741c899',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/readable-stream from cache
npm verb get saving readable-stream to /home/tim/.npm/registry.npmjs.org/readable-stream/.cache.json
npm verb afterAdd /home/tim/.npm/delegates/1.0.0/package/package.json written
npm verb cache add spec readable-stream@^2.0.6
npm verb addNamed ">=2.0.6 <3.0.0" is a valid semver range for readable-stream
npm verb addNameRange registry:https://registry.npmjs.org/readable-stream not in flight; fetching
npm verb get https://registry.npmjs.org/readable-stream not expired, no request
npm verb addNamed "2.3.6" is a plain semver version for readable-stream
npm verb afterAdd /home/tim/.npm/readable-stream/2.3.6/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/readable-stream/2.3.6/package/package.json written
npm verb request uri https://registry.npmjs.org/isarray
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:18 p.m.
npm verb etag W/"f8d13869b081e2301428e8269cb470a1"
npm verb lastModified Mon, 08 Jul 2019 13:21:26 GMT
npm http request GET https://registry.npmjs.org/isarray
npm verb request uri https://registry.npmjs.org/safe-buffer
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:18 p.m.
npm verb etag W/"00b820fed08175238fc3473b2b3e0278"
npm verb lastModified Fri, 05 Jul 2019 18:04:37 GMT
npm http request GET https://registry.npmjs.org/safe-buffer
npm verb request uri https://registry.npmjs.org/string_decoder
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:18 p.m.
npm verb etag W/"0a93d953e853f8bf50ba2c73d36557a6"
npm verb lastModified Wed, 07 Aug 2019 09:20:40 GMT
npm http request GET https://registry.npmjs.org/string_decoder
npm verb request uri https://registry.npmjs.org/util-deprecate
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:18 p.m.
npm verb etag W/"d116b09e4cac1e1e657ea3ce533e5631"
npm verb lastModified Sun, 27 May 2018 20:38:18 GMT
npm http request GET https://registry.npmjs.org/util-deprecate
npm verb request uri https://registry.npmjs.org/process-nextick-args
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:18 p.m.
npm verb etag W/"58d0a4cf2900b1705718975f98323cbd"
npm verb lastModified Wed, 19 Jun 2019 20:34:45 GMT
npm http request GET https://registry.npmjs.org/process-nextick-args
npm http 304 https://registry.npmjs.org/isarray
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:18 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d2c6ec0ae728fa083429616b2bc1576191566698178; expires=Mon, 24-Aug-20 01:56:18 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2df3a72557a-ORD',
npm verb headers age: '4142',
npm verb headers etag: '"f8d13869b081e2301428e8269cb470a1"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Mon, 08 Jul 2019 13:21:26 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '25-e3dc9fb0064c60ec730aaefd1da1803d',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/isarray from cache
npm verb get saving isarray to /home/tim/.npm/registry.npmjs.org/isarray/.cache.json
npm verb cache add spec isarray@~1.0.0
npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for isarray
npm verb addNameRange registry:https://registry.npmjs.org/isarray not in flight; fetching
npm http 304 https://registry.npmjs.org/util-deprecate
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:18 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d112b5d20851d209c044c402c45a262b11566698178; expires=Mon, 24-Aug-20 01:56:18 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2df7878e20e-ORD',
npm verb headers age: '5629',
npm verb headers etag: '"d116b09e4cac1e1e657ea3ce533e5631"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Sun, 27 May 2018 20:38:18 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/util-deprecate from cache
npm verb get saving util-deprecate to /home/tim/.npm/registry.npmjs.org/util-deprecate/.cache.json
npm verb get https://registry.npmjs.org/isarray not expired, no request
npm verb addNamed "1.0.0" is a plain semver version for isarray
npm http 304 https://registry.npmjs.org/string_decoder
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:18 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d50d00d8ecac7644aa5966f1c866850091566698178; expires=Mon, 24-Aug-20 01:56:18 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2df69e5e21a-ORD',
npm verb headers age: '6633',
npm verb headers etag: '"0a93d953e853f8bf50ba2c73d36557a6"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Wed, 07 Aug 2019 09:20:40 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '43-0d2ffc7909fb09589338110efb7d02c4',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/string_decoder from cache
npm verb get saving string_decoder to /home/tim/.npm/registry.npmjs.org/string_decoder/.cache.json
npm verb cache add spec util-deprecate@~1.0.1
npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for util-deprecate
npm verb addNameRange registry:https://registry.npmjs.org/util-deprecate not in flight; fetching
npm verb afterAdd /home/tim/.npm/isarray/1.0.0/package/package.json not in flight; writing
npm verb get https://registry.npmjs.org/util-deprecate not expired, no request
npm verb addNamed "1.0.2" is a plain semver version for util-deprecate
npm verb afterAdd /home/tim/.npm/isarray/1.0.0/package/package.json written
npm verb cache add spec string_decoder@~1.1.1
npm verb addNamed ">=1.1.1 <1.2.0" is a valid semver range for string_decoder
npm verb addNameRange registry:https://registry.npmjs.org/string_decoder not in flight; fetching
npm verb afterAdd /home/tim/.npm/util-deprecate/1.0.2/package/package.json not in flight; writing
npm verb get https://registry.npmjs.org/string_decoder not expired, no request
npm verb addNamed "1.1.1" is a plain semver version for string_decoder
npm verb afterAdd /home/tim/.npm/util-deprecate/1.0.2/package/package.json written
npm verb afterAdd /home/tim/.npm/string_decoder/1.1.1/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/string_decoder/1.1.1/package/package.json written
npm http 304 https://registry.npmjs.org/safe-buffer
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:18 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d9c3d1508b3c9989125acb37b7734f9841566698178; expires=Mon, 24-Aug-20 01:56:18 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2df4f40c508-ORD',
npm verb headers age: '5878',
npm verb headers etag: '"00b820fed08175238fc3473b2b3e0278"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Fri, 05 Jul 2019 18:04:37 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '19-5dd9c7bca8fd55ce5b67e2153414ee1f',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/safe-buffer from cache
npm verb get saving safe-buffer to /home/tim/.npm/registry.npmjs.org/safe-buffer/.cache.json
npm verb cache add spec safe-buffer@~5.1.1
npm verb addNamed ">=5.1.1 <5.2.0" is a valid semver range for safe-buffer
npm verb addNameRange registry:https://registry.npmjs.org/safe-buffer not in flight; fetching
npm verb get https://registry.npmjs.org/safe-buffer not expired, no request
npm verb addNamed "5.1.2" is a plain semver version for safe-buffer
npm verb afterAdd /home/tim/.npm/safe-buffer/5.1.2/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/safe-buffer/5.1.2/package/package.json written
npm http 304 https://registry.npmjs.org/process-nextick-args
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:18 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d75751e5be5a6067ff0c7c93ae4595f681566698178; expires=Mon, 24-Aug-20 01:56:18 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2df8e4cc538-ORD',
npm verb headers age: '5562',
npm verb headers etag: '"58d0a4cf2900b1705718975f98323cbd"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Wed, 19 Jun 2019 20:34:45 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '14-f364895a9013d15bca41a003f3f47d4c',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/process-nextick-args from cache
npm verb get saving process-nextick-args to /home/tim/.npm/registry.npmjs.org/process-nextick-args/.cache.json
npm verb cache add spec process-nextick-args@~2.0.0
npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for process-nextick-args
npm verb addNameRange registry:https://registry.npmjs.org/process-nextick-args not in flight; fetching
npm verb get https://registry.npmjs.org/process-nextick-args not expired, no request
npm verb addNamed "2.0.1" is a plain semver version for process-nextick-args
npm verb afterAdd /home/tim/.npm/process-nextick-args/2.0.1/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/process-nextick-args/2.0.1/package/package.json written
npm verb request uri https://registry.npmjs.org/aproba
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:19 p.m.
npm verb etag W/"84e377ceeec1735e7b9a8a9596bc9583"
npm verb lastModified Tue, 19 Mar 2019 18:47:17 GMT
npm http request GET https://registry.npmjs.org/aproba
npm verb request uri https://registry.npmjs.org/has-unicode
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:19 p.m.
npm verb etag W/"cd9348dbfc2d9e707bf92276636d059a"
npm verb lastModified Sun, 27 May 2018 03:34:22 GMT
npm http request GET https://registry.npmjs.org/has-unicode
npm verb request uri https://registry.npmjs.org/wide-align
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:19 p.m.
npm verb etag W/"44d770e28006fb53d4b16285c680c995"
npm verb lastModified Sun, 27 May 2018 21:57:50 GMT
npm http request GET https://registry.npmjs.org/wide-align
npm http 304 https://registry.npmjs.org/aproba
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:19 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d060e2b6f9256f966de5fffd1a29f6a1a1566698179; expires=Mon, 24-Aug-20 01:56:19 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2e79f90c51c-ORD',
npm verb headers age: '4162',
npm verb headers etag: '"84e377ceeec1735e7b9a8a9596bc9583"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Tue, 19 Mar 2019 18:47:17 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '36-918afe34135c8952c001b4d0756c4a41',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/aproba from cache
npm verb get saving aproba to /home/tim/.npm/registry.npmjs.org/aproba/.cache.json
npm verb cache add spec aproba@^1.0.3
npm verb addNamed ">=1.0.3 <2.0.0" is a valid semver range for aproba
npm verb addNameRange registry:https://registry.npmjs.org/aproba not in flight; fetching
npm verb get https://registry.npmjs.org/aproba not expired, no request
npm verb addNamed "1.2.0" is a plain semver version for aproba
npm verb afterAdd /home/tim/.npm/aproba/1.2.0/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/aproba/1.2.0/package/package.json written
npm http 304 https://registry.npmjs.org/has-unicode
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:19 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d8d0c916254ca1ed3517bd124bc210daa1566698179; expires=Mon, 24-Aug-20 01:56:19 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2e7bec8e1c6-ORD',
npm verb headers age: '4282',
npm verb headers etag: '"cd9348dbfc2d9e707bf92276636d059a"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Sun, 27 May 2018 03:34:22 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/has-unicode from cache
npm verb get saving has-unicode to /home/tim/.npm/registry.npmjs.org/has-unicode/.cache.json
npm verb cache add spec has-unicode@^2.0.0
npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for has-unicode
npm verb addNameRange registry:https://registry.npmjs.org/has-unicode not in flight; fetching
npm http 304 https://registry.npmjs.org/wide-align
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:19 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d60c5e391a73bc1d61bfdaa9f0ae325371566698179; expires=Mon, 24-Aug-20 01:56:19 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2e7daacc524-ORD',
npm verb headers age: '4249',
npm verb headers etag: '"44d770e28006fb53d4b16285c680c995"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Sun, 27 May 2018 21:57:50 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/wide-align from cache
npm verb get saving wide-align to /home/tim/.npm/registry.npmjs.org/wide-align/.cache.json
npm verb get https://registry.npmjs.org/has-unicode not expired, no request
npm verb addNamed "2.0.1" is a plain semver version for has-unicode
npm verb afterAdd /home/tim/.npm/has-unicode/2.0.1/package/package.json not in flight; writing
npm verb cache add spec wide-align@^1.1.0
npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for wide-align
npm verb addNameRange registry:https://registry.npmjs.org/wide-align not in flight; fetching
npm verb get https://registry.npmjs.org/wide-align not expired, no request
npm verb addNamed "1.1.3" is a plain semver version for wide-align
npm verb afterAdd /home/tim/.npm/has-unicode/2.0.1/package/package.json written
npm verb afterAdd /home/tim/.npm/wide-align/1.1.3/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/wide-align/1.1.3/package/package.json written
npm verb cache add spec simple-get@^2.7.0
npm verb addNamed ">=2.7.0 <3.0.0" is a valid semver range for simple-get
npm verb addNameRange registry:https://registry.npmjs.org/simple-get not in flight; fetching
npm verb request uri https://registry.npmjs.org/expand-template
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:19 p.m.
npm verb etag W/"798aee329541b837004fa0ff7245fc91"
npm verb lastModified Thu, 03 Jan 2019 20:22:10 GMT
npm http request GET https://registry.npmjs.org/expand-template
npm verb request uri https://registry.npmjs.org/github-from-package
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:19 p.m.
npm verb etag W/"0811779c82814480f06e7e7a57d8480e"
npm verb lastModified Sun, 27 May 2018 02:23:54 GMT
npm http request GET https://registry.npmjs.org/github-from-package
npm verb request uri https://registry.npmjs.org/napi-build-utils
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:19 p.m.
npm verb etag W/"d22824e7ebd05dfbe22e2e6bf8c20e6a"
npm verb lastModified Wed, 12 Sep 2018 23:55:11 GMT
npm http request GET https://registry.npmjs.org/napi-build-utils
npm verb request uri https://registry.npmjs.org/node-abi
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:19 p.m.
npm verb etag W/"3c110b2ef8000435eddf2fa69e7cce89"
npm verb lastModified Mon, 12 Aug 2019 21:09:08 GMT
npm http request GET https://registry.npmjs.org/node-abi
npm verb request uri https://registry.npmjs.org/noop-logger
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:19 p.m.
npm verb etag W/"5c0f10eafdee35da228f6333da1bf9df"
npm verb lastModified Sun, 27 May 2018 10:32:40 GMT
npm http request GET https://registry.npmjs.org/noop-logger
npm verb request uri https://registry.npmjs.org/os-homedir
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:19 p.m.
npm verb etag W/"649d8a636b559c95a39cc3bada271711"
npm verb lastModified Sat, 05 Jan 2019 01:41:54 GMT
npm http request GET https://registry.npmjs.org/os-homedir
npm verb request uri https://registry.npmjs.org/pump
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:19 p.m.
npm verb etag W/"5e053af5c25d3daa2d8c8fb99264c052"
npm verb lastModified Sat, 05 Jan 2019 05:29:20 GMT
npm http request GET https://registry.npmjs.org/pump
npm verb request uri https://registry.npmjs.org/tar-fs
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:19 p.m.
npm verb etag W/"a72538bcf4be6617d9885c15338175cc"
npm verb lastModified Mon, 04 Feb 2019 10:02:54 GMT
npm http request GET https://registry.npmjs.org/tar-fs
npm verb request uri https://registry.npmjs.org/which-pm-runs
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:19 p.m.
npm verb etag W/"5c2fe47a746c8b98024619fba632a712"
npm verb lastModified Sun, 27 May 2018 21:56:32 GMT
npm http request GET https://registry.npmjs.org/which-pm-runs
npm verb get https://registry.npmjs.org/simple-get not expired, no request
npm verb addNamed "2.8.1" is a plain semver version for simple-get
npm verb afterAdd /home/tim/.npm/simple-get/2.8.1/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/simple-get/2.8.1/package/package.json written
npm http 304 https://registry.npmjs.org/expand-template
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:20 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d8af30a94d9fb294254e8f4b6db93153d1566698180; expires=Mon, 24-Aug-20 01:56:20 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2e958ee557a-ORD',
npm verb headers age: '4600',
npm verb headers etag: '"798aee329541b837004fa0ff7245fc91"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Thu, 03 Jan 2019 20:22:10 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '12-f550bc0cfd93c5b007fd67d42d3959da',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/expand-template from cache
npm verb get saving expand-template to /home/tim/.npm/registry.npmjs.org/expand-template/.cache.json
npm http 304 https://registry.npmjs.org/github-from-package
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:20 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d2784af320874207c2da1435a3c6ac65c1566698180; expires=Mon, 24-Aug-20 01:56:20 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2e96946e20e-ORD',
npm verb headers age: '1303',
npm verb headers etag: '"0811779c82814480f06e7e7a57d8480e"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Sun, 27 May 2018 02:23:54 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/github-from-package from cache
npm verb get saving github-from-package to /home/tim/.npm/registry.npmjs.org/github-from-package/.cache.json
npm verb cache add spec expand-template@^2.0.3
npm verb addNamed ">=2.0.3 <3.0.0" is a valid semver range for expand-template
npm verb addNameRange registry:https://registry.npmjs.org/expand-template not in flight; fetching
npm verb cache add spec [email protected]
npm verb addNamed "0.0.0" is a plain semver version for github-from-package
npm verb addNameVersion registry:https://registry.npmjs.org/github-from-package not in flight; fetching
npm verb get https://registry.npmjs.org/expand-template not expired, no request
npm verb addNamed "2.0.3" is a plain semver version for expand-template
npm verb get https://registry.npmjs.org/github-from-package not expired, no request
npm verb afterAdd /home/tim/.npm/expand-template/2.0.3/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/github-from-package/0.0.0/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/github-from-package/0.0.0/package/package.json written
npm verb afterAdd /home/tim/.npm/expand-template/2.0.3/package/package.json written
npm http 304 https://registry.npmjs.org/node-abi
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:20 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=dcb2e943dd9602fc3bde89a24185b94261566698180; expires=Mon, 24-Aug-20 01:56:20 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2e9a882c508-ORD',
npm verb headers age: '4364',
npm verb headers etag: '"3c110b2ef8000435eddf2fa69e7cce89"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Mon, 12 Aug 2019 21:09:08 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '40-ac7471c70dc4a94b3bba6ab84800bbd5',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/node-abi from cache
npm verb get saving node-abi to /home/tim/.npm/registry.npmjs.org/node-abi/.cache.json
npm verb cache add spec node-abi@^2.7.0
npm verb addNamed ">=2.7.0 <3.0.0" is a valid semver range for node-abi
npm verb addNameRange registry:https://registry.npmjs.org/node-abi not in flight; fetching
npm verb get https://registry.npmjs.org/node-abi not expired, no request
npm verb addNamed "2.11.0" is a plain semver version for node-abi
npm verb afterAdd /home/tim/.npm/node-abi/2.11.0/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/node-abi/2.11.0/package/package.json written
npm http 304 https://registry.npmjs.org/noop-logger
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:20 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d4b79b87675fcdd51edcfcd4d98977bd41566698180; expires=Mon, 24-Aug-20 01:56:20 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2e9b869c538-ORD',
npm verb headers age: '1670',
npm verb headers etag: '"5c0f10eafdee35da228f6333da1bf9df"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Sun, 27 May 2018 10:32:40 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/noop-logger from cache
npm verb get saving noop-logger to /home/tim/.npm/registry.npmjs.org/noop-logger/.cache.json
npm http 304 https://registry.npmjs.org/os-homedir
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:20 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=dc584f9c11bf82975928ba9fc2463031f1566698180; expires=Mon, 24-Aug-20 01:56:20 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2e9cc3ec51c-ORD',
npm verb headers age: '4416',
npm verb headers etag: '"649d8a636b559c95a39cc3bada271711"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Sat, 05 Jan 2019 01:41:54 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '16-502f7471c64ffbfb814f4ce57e97898f',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/os-homedir from cache
npm verb get saving os-homedir to /home/tim/.npm/registry.npmjs.org/os-homedir/.cache.json
npm verb cache add spec noop-logger@^0.1.1
npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for noop-logger
npm verb addNameRange registry:https://registry.npmjs.org/noop-logger not in flight; fetching
npm verb get https://registry.npmjs.org/noop-logger not expired, no request
npm verb addNamed "0.1.1" is a plain semver version for noop-logger
npm verb afterAdd /home/tim/.npm/noop-logger/0.1.1/package/package.json not in flight; writing
npm verb cache add spec os-homedir@^1.0.1
npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for os-homedir
npm verb addNameRange registry:https://registry.npmjs.org/os-homedir not in flight; fetching
npm verb afterAdd /home/tim/.npm/noop-logger/0.1.1/package/package.json written
npm verb get https://registry.npmjs.org/os-homedir not expired, no request
npm verb addNamed "1.0.2" is a plain semver version for os-homedir
npm verb afterAdd /home/tim/.npm/os-homedir/1.0.2/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/os-homedir/1.0.2/package/package.json written
npm http 304 https://registry.npmjs.org/pump
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:20 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d6a347c60dcb2d952d197f257d3892c301566698180; expires=Mon, 24-Aug-20 01:56:20 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2e9ec28e1c6-ORD',
npm verb headers age: '4831',
npm verb headers etag: '"5e053af5c25d3daa2d8c8fb99264c052"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Sat, 05 Jan 2019 05:29:20 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '124-f9c0fcdaa9b3d81b924fcc6b79ff25b0',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/pump from cache
npm verb get saving pump to /home/tim/.npm/registry.npmjs.org/pump/.cache.json
npm verb cache add spec pump@^2.0.1
npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for pump
npm verb addNameRange registry:https://registry.npmjs.org/pump not in flight; fetching
npm http 304 https://registry.npmjs.org/tar-fs
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:20 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d7ef052dd84fbffe3ba39dfce488e77121566698180; expires=Mon, 24-Aug-20 01:56:20 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2ea0fd8c524-ORD',
npm verb headers age: '1669',
npm verb headers etag: '"a72538bcf4be6617d9885c15338175cc"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Mon, 04 Feb 2019 10:02:54 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '97-778bd70098f4eeeadb8c0bc499cf45d3',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/tar-fs from cache
npm verb get saving tar-fs to /home/tim/.npm/registry.npmjs.org/tar-fs/.cache.json
npm verb get https://registry.npmjs.org/pump not expired, no request
npm verb addNamed "2.0.1" is a plain semver version for pump
npm verb cache add spec tar-fs@^1.13.0
npm verb addNamed ">=1.13.0 <2.0.0" is a valid semver range for tar-fs
npm verb addNameRange registry:https://registry.npmjs.org/tar-fs not in flight; fetching
npm verb afterAdd /home/tim/.npm/pump/2.0.1/package/package.json not in flight; writing
npm verb get https://registry.npmjs.org/tar-fs not expired, no request
npm verb addNamed "1.16.3" is a plain semver version for tar-fs
npm verb afterAdd /home/tim/.npm/pump/2.0.1/package/package.json written
npm verb afterAdd /home/tim/.npm/tar-fs/1.16.3/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/tar-fs/1.16.3/package/package.json written
npm http 304 https://registry.npmjs.org/which-pm-runs
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:20 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=db7ac37ba8965ca19b847ffdf4636cf221566698180; expires=Mon, 24-Aug-20 01:56:20 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2eabd28c550-ORD',
npm verb headers age: '1669',
npm verb headers etag: '"5c2fe47a746c8b98024619fba632a712"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Sun, 27 May 2018 21:56:32 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/which-pm-runs from cache
npm verb get saving which-pm-runs to /home/tim/.npm/registry.npmjs.org/which-pm-runs/.cache.json
npm verb cache add spec which-pm-runs@^1.0.0
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for which-pm-runs
npm verb addNameRange registry:https://registry.npmjs.org/which-pm-runs not in flight; fetching
npm verb get https://registry.npmjs.org/which-pm-runs not expired, no request
npm verb addNamed "1.0.0" is a plain semver version for which-pm-runs
npm verb afterAdd /home/tim/.npm/which-pm-runs/1.0.0/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/which-pm-runs/1.0.0/package/package.json written
npm http 304 https://registry.npmjs.org/napi-build-utils
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:20 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d31eaf6e5f2cd2db43704c40c758aff081566698180; expires=Mon, 24-Aug-20 01:56:20 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2eb288ee21a-ORD',
npm verb headers age: '2622',
npm verb headers etag: '"d22824e7ebd05dfbe22e2e6bf8c20e6a"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Wed, 12 Sep 2018 23:55:11 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '2-e057b1021d3ae8ea9b90fbd295450bda',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/napi-build-utils from cache
npm verb get saving napi-build-utils to /home/tim/.npm/registry.npmjs.org/napi-build-utils/.cache.json
npm verb cache add spec napi-build-utils@^1.0.1
npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for napi-build-utils
npm verb addNameRange registry:https://registry.npmjs.org/napi-build-utils not in flight; fetching
npm verb get https://registry.npmjs.org/napi-build-utils not expired, no request
npm verb addNamed "1.0.1" is a plain semver version for napi-build-utils
npm verb afterAdd /home/tim/.npm/napi-build-utils/1.0.1/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/napi-build-utils/1.0.1/package/package.json written
npm verb request uri https://registry.npmjs.org/end-of-stream
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:20 p.m.
npm verb etag W/"7c10c0bf11f0b2d73d372e07b42a4767"
npm verb lastModified Sat, 26 May 2018 23:32:29 GMT
npm http request GET https://registry.npmjs.org/end-of-stream
npm verb request uri https://registry.npmjs.org/once
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:20 p.m.
npm verb etag W/"edc9f495d2deed74e80dc05995dc33c2"
npm verb lastModified Sun, 27 May 2018 11:11:26 GMT
npm http request GET https://registry.npmjs.org/once
npm http 304 https://registry.npmjs.org/end-of-stream
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:20 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d8af30a94d9fb294254e8f4b6db93153d1566698180; expires=Mon, 24-Aug-20 01:56:20 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2ec2a9d557a-ORD',
npm verb headers age: '5102',
npm verb headers etag: '"7c10c0bf11f0b2d73d372e07b42a4767"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Sat, 26 May 2018 23:32:29 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/end-of-stream from cache
npm verb get saving end-of-stream to /home/tim/.npm/registry.npmjs.org/end-of-stream/.cache.json
npm verb cache add spec end-of-stream@^1.1.0
npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for end-of-stream
npm verb addNameRange registry:https://registry.npmjs.org/end-of-stream not in flight; fetching
npm http 304 https://registry.npmjs.org/once
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:20 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d2784af320874207c2da1435a3c6ac65c1566698180; expires=Mon, 24-Aug-20 01:56:20 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2ec3fcee20e-ORD',
npm verb headers age: '5612',
npm verb headers etag: '"edc9f495d2deed74e80dc05995dc33c2"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Sun, 27 May 2018 11:11:26 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/once from cache
npm verb get saving once to /home/tim/.npm/registry.npmjs.org/once/.cache.json
npm verb get https://registry.npmjs.org/end-of-stream not expired, no request
npm verb addNamed "1.4.1" is a plain semver version for end-of-stream
npm verb afterAdd /home/tim/.npm/end-of-stream/1.4.1/package/package.json not in flight; writing
npm verb cache add spec once@^1.3.1
npm verb addNamed ">=1.3.1 <2.0.0" is a valid semver range for once
npm verb addNameRange registry:https://registry.npmjs.org/once not in flight; fetching
npm verb get https://registry.npmjs.org/once not expired, no request
npm verb addNamed "1.4.0" is a plain semver version for once
npm verb afterAdd /home/tim/.npm/end-of-stream/1.4.1/package/package.json written
npm verb afterAdd /home/tim/.npm/once/1.4.0/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/once/1.4.0/package/package.json written
npm verb request uri https://registry.npmjs.org/wrappy
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:20 p.m.
npm verb etag W/"671a39c4964ba1efd19043cb3cfd8452"
npm verb lastModified Fri, 09 Aug 2019 05:47:49 GMT
npm http request GET https://registry.npmjs.org/wrappy
npm http 304 https://registry.npmjs.org/wrappy
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:20 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=dcb2e943dd9602fc3bde89a24185b94261566698180; expires=Mon, 24-Aug-20 01:56:20 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2ed09c3c508-ORD',
npm verb headers age: '6615',
npm verb headers etag: '"671a39c4964ba1efd19043cb3cfd8452"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Fri, 09 Aug 2019 05:47:49 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '12-38b525b5f8fbf96addb84019b7a9fced',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/wrappy from cache
npm verb get saving wrappy to /home/tim/.npm/registry.npmjs.org/wrappy/.cache.json
npm verb cache add spec wrappy@1
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for wrappy
npm verb addNameRange registry:https://registry.npmjs.org/wrappy not in flight; fetching
npm verb get https://registry.npmjs.org/wrappy not expired, no request
npm verb addNamed "1.0.2" is a plain semver version for wrappy
npm verb afterAdd /home/tim/.npm/wrappy/1.0.2/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/wrappy/1.0.2/package/package.json written
npm verb request uri https://registry.npmjs.org/decompress-response
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:20 p.m.
npm verb etag W/"5403819bc9caadec6ff239b959f3e689"
npm verb lastModified Mon, 12 Aug 2019 21:44:07 GMT
npm http request GET https://registry.npmjs.org/decompress-response
npm verb request uri https://registry.npmjs.org/simple-concat
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:20 p.m.
npm verb etag W/"ab85e6d611ee59aed6f2fab9ce7e003b"
npm verb lastModified Sun, 27 May 2018 17:19:12 GMT
npm http request GET https://registry.npmjs.org/simple-concat
npm http 304 https://registry.npmjs.org/decompress-response
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:20 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d4b79b87675fcdd51edcfcd4d98977bd41566698180; expires=Mon, 24-Aug-20 01:56:20 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2ee0b7ec538-ORD',
npm verb headers age: '2197',
npm verb headers etag: '"5403819bc9caadec6ff239b959f3e689"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Mon, 12 Aug 2019 21:44:07 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '8-c4d9779c3fa3d0b98c95d27572d25b8a',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/decompress-response from cache
npm verb get saving decompress-response to /home/tim/.npm/registry.npmjs.org/decompress-response/.cache.json
npm verb cache add spec decompress-response@^3.3.0
npm verb addNamed ">=3.3.0 <4.0.0" is a valid semver range for decompress-response
npm verb addNameRange registry:https://registry.npmjs.org/decompress-response not in flight; fetching
npm verb get https://registry.npmjs.org/decompress-response not expired, no request
npm verb addNamed "3.3.0" is a plain semver version for decompress-response
npm verb afterAdd /home/tim/.npm/decompress-response/3.3.0/package/package.json not in flight; writing
npm http 304 https://registry.npmjs.org/simple-concat
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:20 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=dc584f9c11bf82975928ba9fc2463031f1566698180; expires=Mon, 24-Aug-20 01:56:20 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2ee1f57c51c-ORD',
npm verb headers age: '4961',
npm verb headers etag: '"ab85e6d611ee59aed6f2fab9ce7e003b"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Sun, 27 May 2018 17:19:12 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/simple-concat from cache
npm verb get saving simple-concat to /home/tim/.npm/registry.npmjs.org/simple-concat/.cache.json
npm verb afterAdd /home/tim/.npm/decompress-response/3.3.0/package/package.json written
npm verb cache add spec simple-concat@^1.0.0
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for simple-concat
npm verb addNameRange registry:https://registry.npmjs.org/simple-concat not in flight; fetching
npm verb get https://registry.npmjs.org/simple-concat not expired, no request
npm verb addNamed "1.0.0" is a plain semver version for simple-concat
npm verb afterAdd /home/tim/.npm/simple-concat/1.0.0/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/simple-concat/1.0.0/package/package.json written
npm verb request uri https://registry.npmjs.org/mimic-response
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:20 p.m.
npm verb etag W/"1bd3471eea3bbf3404ae9de9945c6876"
npm verb lastModified Sun, 20 Jan 2019 10:31:57 GMT
npm http request GET https://registry.npmjs.org/mimic-response
npm http 304 https://registry.npmjs.org/mimic-response
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:20 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d6a347c60dcb2d952d197f257d3892c301566698180; expires=Mon, 24-Aug-20 01:56:20 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2ef0904e1c6-ORD',
npm verb headers age: '5258',
npm verb headers etag: '"1bd3471eea3bbf3404ae9de9945c6876"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Sun, 20 Jan 2019 10:31:57 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '3-7fb98fd1b64bdb6b350068b7c6d49cc5',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/mimic-response from cache
npm verb get saving mimic-response to /home/tim/.npm/registry.npmjs.org/mimic-response/.cache.json
npm verb cache add spec mimic-response@^1.0.0
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for mimic-response
npm verb addNameRange registry:https://registry.npmjs.org/mimic-response not in flight; fetching
npm verb get https://registry.npmjs.org/mimic-response not expired, no request
npm verb addNamed "1.0.1" is a plain semver version for mimic-response
npm verb afterAdd /home/tim/.npm/mimic-response/1.0.1/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/mimic-response/1.0.1/package/package.json written
npm verb cache add spec pump@^1.0.0
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for pump
npm verb addNameRange registry:https://registry.npmjs.org/pump not in flight; fetching
npm verb request uri https://registry.npmjs.org/chownr
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:21 p.m.
npm verb etag W/"b8528ac62af8d6166524f497828bbe73"
npm verb lastModified Wed, 03 Jul 2019 21:32:58 GMT
npm http request GET https://registry.npmjs.org/chownr
npm verb get https://registry.npmjs.org/pump not expired, no request
npm verb addNamed "1.0.3" is a plain semver version for pump
npm verb request uri https://registry.npmjs.org/tar-stream
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:21 p.m.
npm verb etag W/"da3168192f3d8e9fd1547b88dd57955e"
npm verb lastModified Tue, 04 Jun 2019 19:20:26 GMT
npm http request GET https://registry.npmjs.org/tar-stream
npm verb afterAdd /home/tim/.npm/pump/1.0.3/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/pump/1.0.3/package/package.json written
npm http 304 https://registry.npmjs.org/chownr
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:21 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d766ce69a6c21802ca8b4d84b623c10041566698181; expires=Mon, 24-Aug-20 01:56:21 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2f01d68c524-ORD',
npm verb headers age: '4223',
npm verb headers etag: '"b8528ac62af8d6166524f497828bbe73"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Wed, 03 Jul 2019 21:32:58 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '14-2baa99cf57006347b34c13df435c8fb2',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/chownr from cache
npm verb get saving chownr to /home/tim/.npm/registry.npmjs.org/chownr/.cache.json
npm verb cache add spec chownr@^1.0.1
npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for chownr
npm verb addNameRange registry:https://registry.npmjs.org/chownr not in flight; fetching
npm verb get https://registry.npmjs.org/chownr not expired, no request
npm verb addNamed "1.1.2" is a plain semver version for chownr
npm verb afterAdd /home/tim/.npm/chownr/1.1.2/package/package.json not in flight; writing
npm http 304 https://registry.npmjs.org/tar-stream
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:21 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d1e72a25187b8815b5e8e777d488bca851566698181; expires=Mon, 24-Aug-20 01:56:21 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2f039e0c550-ORD',
npm verb headers age: '5934',
npm verb headers etag: '"da3168192f3d8e9fd1547b88dd57955e"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Tue, 04 Jun 2019 19:20:26 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '90-5810756399309713f35547edc06f3590',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/tar-stream from cache
npm verb get saving tar-stream to /home/tim/.npm/registry.npmjs.org/tar-stream/.cache.json
npm verb afterAdd /home/tim/.npm/chownr/1.1.2/package/package.json written
npm verb cache add spec tar-stream@^1.1.2
npm verb addNamed ">=1.1.2 <2.0.0" is a valid semver range for tar-stream
npm verb addNameRange registry:https://registry.npmjs.org/tar-stream not in flight; fetching
npm verb get https://registry.npmjs.org/tar-stream not expired, no request
npm verb addNamed "1.6.2" is a plain semver version for tar-stream
npm verb afterAdd /home/tim/.npm/tar-stream/1.6.2/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/tar-stream/1.6.2/package/package.json written
npm verb request uri https://registry.npmjs.org/buffer-alloc
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:21 p.m.
npm verb etag W/"a1175042b23d92c84f4ed4d4ce7787e1"
npm verb lastModified Tue, 29 May 2018 23:41:11 GMT
npm http request GET https://registry.npmjs.org/buffer-alloc
npm verb request uri https://registry.npmjs.org/bl
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:21 p.m.
npm verb etag W/"cb9941da54dab128d46ae412a7e3f349"
npm verb lastModified Thu, 28 Feb 2019 10:18:24 GMT
npm http request GET https://registry.npmjs.org/bl
npm verb request uri https://registry.npmjs.org/fs-constants
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:21 p.m.
npm verb etag W/"5ab9eb94db9e15c8793d4263f87e7ffe"
npm verb lastModified Sun, 27 May 2018 01:17:12 GMT
npm http request GET https://registry.npmjs.org/fs-constants
npm verb request uri https://registry.npmjs.org/to-buffer
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:21 p.m.
npm verb etag W/"56bc182a791bebbe176713bdf9845b5c"
npm verb lastModified Sun, 27 May 2018 19:40:40 GMT
npm http request GET https://registry.npmjs.org/to-buffer
npm verb request uri https://registry.npmjs.org/xtend
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:21 p.m.
npm verb etag W/"ecfa83864ecc8594ae119cc62109c6a9"
npm verb lastModified Mon, 08 Jul 2019 13:35:50 GMT
npm http request GET https://registry.npmjs.org/xtend
npm http 304 https://registry.npmjs.org/buffer-alloc
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:21 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d0e5c0d45100d7d053b2f4e58d75a4d0b1566698181; expires=Mon, 24-Aug-20 01:56:21 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2f19d50e21a-ORD',
npm verb headers age: '1759',
npm verb headers etag: '"a1175042b23d92c84f4ed4d4ce7787e1"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Tue, 29 May 2018 23:41:11 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/buffer-alloc from cache
npm verb get saving buffer-alloc to /home/tim/.npm/registry.npmjs.org/buffer-alloc/.cache.json
npm verb cache add spec buffer-alloc@^1.2.0
npm verb addNamed ">=1.2.0 <2.0.0" is a valid semver range for buffer-alloc
npm verb addNameRange registry:https://registry.npmjs.org/buffer-alloc not in flight; fetching
npm verb get https://registry.npmjs.org/buffer-alloc not expired, no request
npm verb addNamed "1.2.0" is a plain semver version for buffer-alloc
npm verb afterAdd /home/tim/.npm/buffer-alloc/1.2.0/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/buffer-alloc/1.2.0/package/package.json written
npm http 304 https://registry.npmjs.org/fs-constants
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:21 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=db739e5ed63039cca83bf5b241ae1c1491566698181; expires=Mon, 24-Aug-20 01:56:21 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2f1cdd8e20e-ORD',
npm verb headers age: '5367',
npm verb headers etag: '"5ab9eb94db9e15c8793d4263f87e7ffe"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Sun, 27 May 2018 01:17:12 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/fs-constants from cache
npm verb get saving fs-constants to /home/tim/.npm/registry.npmjs.org/fs-constants/.cache.json
npm verb cache add spec fs-constants@^1.0.0
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for fs-constants
npm verb addNameRange registry:https://registry.npmjs.org/fs-constants not in flight; fetching
npm http 304 https://registry.npmjs.org/to-buffer
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:21 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=df98fe170fe1382a6bb7399b1ff703f711566698181; expires=Mon, 24-Aug-20 01:56:21 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2f1dd13c508-ORD',
npm verb headers age: '5367',
npm verb headers etag: '"56bc182a791bebbe176713bdf9845b5c"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Sun, 27 May 2018 19:40:40 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/to-buffer from cache
npm verb get saving to-buffer to /home/tim/.npm/registry.npmjs.org/to-buffer/.cache.json
npm http 304 https://registry.npmjs.org/bl
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:21 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=dc8efa16091f62719136cabb81e8bb0d31566698181; expires=Mon, 24-Aug-20 01:56:21 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2f1be4c557a-ORD',
npm verb headers age: '2955',
npm verb headers etag: '"cb9941da54dab128d46ae412a7e3f349"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Thu, 28 Feb 2019 10:18:24 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '136-9e1c3d1c4da9c6eb88232ca033d31dcd',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/bl from cache
npm verb get saving bl to /home/tim/.npm/registry.npmjs.org/bl/.cache.json
npm verb get https://registry.npmjs.org/fs-constants not expired, no request
npm verb addNamed "1.0.0" is a plain semver version for fs-constants
npm verb cache add spec to-buffer@^1.1.1
npm verb addNamed ">=1.1.1 <2.0.0" is a valid semver range for to-buffer
npm verb addNameRange registry:https://registry.npmjs.org/to-buffer not in flight; fetching
npm verb afterAdd /home/tim/.npm/fs-constants/1.0.0/package/package.json not in flight; writing
npm http 304 https://registry.npmjs.org/xtend
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:21 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d9e6466e8e84d05401e79e35bea8a7cb91566698181; expires=Mon, 24-Aug-20 01:56:21 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2f1fc6bc538-ORD',
npm verb headers age: '5396',
npm verb headers etag: '"ecfa83864ecc8594ae119cc62109c6a9"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Mon, 08 Jul 2019 13:35:50 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '88-a11b7a72ed0fc81c12ce155ad4d78f64',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/xtend from cache
npm verb get saving xtend to /home/tim/.npm/registry.npmjs.org/xtend/.cache.json
npm verb cache add spec bl@^1.0.0
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for bl
npm verb addNameRange registry:https://registry.npmjs.org/bl not in flight; fetching
npm verb get https://registry.npmjs.org/to-buffer not expired, no request
npm verb addNamed "1.1.1" is a plain semver version for to-buffer
npm verb afterAdd /home/tim/.npm/fs-constants/1.0.0/package/package.json written
npm verb get https://registry.npmjs.org/bl not expired, no request
npm verb addNamed "1.2.2" is a plain semver version for bl
npm verb afterAdd /home/tim/.npm/to-buffer/1.1.1/package/package.json not in flight; writing
npm verb cache add spec xtend@^4.0.0
npm verb addNamed ">=4.0.0 <5.0.0" is a valid semver range for xtend
npm verb addNameRange registry:https://registry.npmjs.org/xtend not in flight; fetching
npm verb afterAdd /home/tim/.npm/bl/1.2.2/package/package.json not in flight; writing
npm verb get https://registry.npmjs.org/xtend not expired, no request
npm verb addNamed "4.0.2" is a plain semver version for xtend
npm verb afterAdd /home/tim/.npm/to-buffer/1.1.1/package/package.json written
npm verb afterAdd /home/tim/.npm/bl/1.2.2/package/package.json written
npm verb afterAdd /home/tim/.npm/xtend/4.0.2/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/xtend/4.0.2/package/package.json written
npm verb request uri https://registry.npmjs.org/buffer-alloc-unsafe
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:21 p.m.
npm verb etag W/"cb807a3f4ab2a01e82f531edc63178fe"
npm verb lastModified Tue, 29 May 2018 23:19:50 GMT
npm http request GET https://registry.npmjs.org/buffer-alloc-unsafe
npm verb request uri https://registry.npmjs.org/buffer-fill
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:21 p.m.
npm verb etag W/"0046e0048634f7cbd5591dd8881abd66"
npm verb lastModified Tue, 29 May 2018 23:36:02 GMT
npm http request GET https://registry.npmjs.org/buffer-fill
npm http 304 https://registry.npmjs.org/buffer-alloc-unsafe
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:21 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=dd39d6db78018de474d090e7d9619fa5f1566698181; expires=Mon, 24-Aug-20 01:56:21 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2f33b6ec51c-ORD',
npm verb headers age: '2025',
npm verb headers etag: '"cb807a3f4ab2a01e82f531edc63178fe"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Tue, 29 May 2018 23:19:50 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/buffer-alloc-unsafe from cache
npm verb get saving buffer-alloc-unsafe to /home/tim/.npm/registry.npmjs.org/buffer-alloc-unsafe/.cache.json
npm http 304 https://registry.npmjs.org/buffer-fill
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:21 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=daf1bfcd5f21d7da3b79ed59135d449be1566698181; expires=Mon, 24-Aug-20 01:56:21 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2f34b5ee1c6-ORD',
npm verb headers age: '5848',
npm verb headers etag: '"0046e0048634f7cbd5591dd8881abd66"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Tue, 29 May 2018 23:36:02 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/buffer-fill from cache
npm verb get saving buffer-fill to /home/tim/.npm/registry.npmjs.org/buffer-fill/.cache.json
npm verb cache add spec buffer-fill@^1.0.0
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for buffer-fill
npm verb addNameRange registry:https://registry.npmjs.org/buffer-fill not in flight; fetching
npm verb cache add spec buffer-alloc-unsafe@^1.1.0
npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for buffer-alloc-unsafe
npm verb addNameRange registry:https://registry.npmjs.org/buffer-alloc-unsafe not in flight; fetching
npm verb get https://registry.npmjs.org/buffer-fill not expired, no request
npm verb addNamed "1.0.0" is a plain semver version for buffer-fill
npm verb get https://registry.npmjs.org/buffer-alloc-unsafe not expired, no request
npm verb addNamed "1.1.0" is a plain semver version for buffer-alloc-unsafe
npm verb afterAdd /home/tim/.npm/buffer-fill/1.0.0/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/buffer-alloc-unsafe/1.1.0/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/buffer-alloc-unsafe/1.1.0/package/package.json written
npm verb afterAdd /home/tim/.npm/buffer-fill/1.0.0/package/package.json written
npm verb request uri https://registry.npmjs.org/fs-minipass
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:21 p.m.
npm verb etag W/"d75e0cd032be5d41cb8b6bfd8b04e6f6"
npm verb lastModified Mon, 19 Aug 2019 22:32:50 GMT
npm http request GET https://registry.npmjs.org/fs-minipass
npm verb request uri https://registry.npmjs.org/minipass
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:21 p.m.
npm verb etag W/"6ca1cf6243dd6b55426867492aa59d9d"
npm verb lastModified Fri, 23 Aug 2019 16:36:07 GMT
npm http request GET https://registry.npmjs.org/minipass
npm verb request uri https://registry.npmjs.org/minizlib
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:21 p.m.
npm verb etag W/"aa665c3b823973b08953597473547dec"
npm verb lastModified Mon, 19 Aug 2019 22:33:14 GMT
npm http request GET https://registry.npmjs.org/minizlib
npm verb request uri https://registry.npmjs.org/yallist
npm verb request no auth needed
npm info attempt registry request try #1 at 8:56:21 p.m.
npm verb etag W/"549347ce12d66ecc034dfc33bd38464f"
npm verb lastModified Sat, 05 Jan 2019 20:20:40 GMT
npm http request GET https://registry.npmjs.org/yallist
npm http 304 https://registry.npmjs.org/fs-minipass
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:21 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d766ce69a6c21802ca8b4d84b623c10041566698181; expires=Mon, 24-Aug-20 01:56:21 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2f44eebc524-ORD',
npm verb headers age: '3951',
npm verb headers etag: '"d75e0cd032be5d41cb8b6bfd8b04e6f6"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Mon, 19 Aug 2019 22:32:50 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '14-aca185c65eb99821dc1b15535042ebfd',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/fs-minipass from cache
npm verb get saving fs-minipass to /home/tim/.npm/registry.npmjs.org/fs-minipass/.cache.json
npm verb cache add spec fs-minipass@^1.2.5
npm verb addNamed ">=1.2.5 <2.0.0" is a valid semver range for fs-minipass
npm verb addNameRange registry:https://registry.npmjs.org/fs-minipass not in flight; fetching
npm verb get https://registry.npmjs.org/fs-minipass not expired, no request
npm verb addNamed "1.2.6" is a plain semver version for fs-minipass
npm verb afterAdd /home/tim/.npm/fs-minipass/1.2.6/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/fs-minipass/1.2.6/package/package.json written
npm http 304 https://registry.npmjs.org/minipass
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:21 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d1e72a25187b8815b5e8e777d488bca851566698181; expires=Mon, 24-Aug-20 01:56:21 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2f47b6cc550-ORD',
npm verb headers age: '4104',
npm verb headers etag: '"6ca1cf6243dd6b55426867492aa59d9d"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Fri, 23 Aug 2019 16:36:07 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '38-177cf4d5061dd291810c2e0c740a268a',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/minipass from cache
npm verb get saving minipass to /home/tim/.npm/registry.npmjs.org/minipass/.cache.json
npm verb cache add spec minipass@^2.3.5
npm verb addNamed ">=2.3.5 <3.0.0" is a valid semver range for minipass
npm verb addNameRange registry:https://registry.npmjs.org/minipass not in flight; fetching
npm verb get https://registry.npmjs.org/minipass not expired, no request
npm verb addNamed "2.4.0" is a plain semver version for minipass
npm verb afterAdd /home/tim/.npm/minipass/2.4.0/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/minipass/2.4.0/package/package.json written
npm http 304 https://registry.npmjs.org/minizlib
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:21 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=d0e5c0d45100d7d053b2f4e58d75a4d0b1566698181; expires=Mon, 24-Aug-20 01:56:21 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2f49d65e21a-ORD',
npm verb headers age: '3985',
npm verb headers etag: '"aa665c3b823973b08953597473547dec"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Mon, 19 Aug 2019 22:33:14 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '16-70b191fd0a41b5f046bfcc275df5a9a3',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/minizlib from cache
npm verb get saving minizlib to /home/tim/.npm/registry.npmjs.org/minizlib/.cache.json
npm verb cache add spec minizlib@^1.2.1
npm verb addNamed ">=1.2.1 <2.0.0" is a valid semver range for minizlib
npm verb addNameRange registry:https://registry.npmjs.org/minizlib not in flight; fetching
npm verb get https://registry.npmjs.org/minizlib not expired, no request
npm verb addNamed "1.2.1" is a plain semver version for minizlib
npm verb afterAdd /home/tim/.npm/minizlib/1.2.1/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/minizlib/1.2.1/package/package.json written
npm http 304 https://registry.npmjs.org/yallist
npm verb headers { date: 'Sun, 25 Aug 2019 01:56:22 GMT',
npm verb headers connection: 'keep-alive',
npm verb headers 'set-cookie':
npm verb headers [ '__cfduid=db739e5ed63039cca83bf5b241ae1c1491566698181; expires=Mon, 24-Aug-20 01:56:21 GMT; path=/; domain=.npmjs.org; HttpOnly' ],
npm verb headers 'cf-cache-status': 'HIT',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'cf-ray': '50b9f2f4aec0e20e-ORD',
npm verb headers age: '5409',
npm verb headers etag: '"549347ce12d66ecc034dfc33bd38464f"',
npm verb headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
npm verb headers 'last-modified': 'Sat, 05 Jan 2019 20:20:40 GMT',
npm verb headers vary: 'accept-encoding, accept',
npm verb headers 'x-amz-meta-rev': '19-13e667519305a9425b3157369c234cfc',
npm verb headers server: 'cloudflare' }
npm verb etag https://registry.npmjs.org/yallist from cache
npm verb get saving yallist to /home/tim/.npm/registry.npmjs.org/yallist/.cache.json
npm verb cache add spec yallist@^3.0.3
npm verb addNamed ">=3.0.3 <4.0.0" is a valid semver range for yallist
npm verb addNameRange registry:https://registry.npmjs.org/yallist not in flight; fetching
npm verb get https://registry.npmjs.org/yallist not expired, no request
npm verb addNamed "3.0.3" is a plain semver version for yallist
npm verb afterAdd /home/tim/.npm/yallist/3.0.3/package/package.json not in flight; writing
npm verb afterAdd /home/tim/.npm/yallist/3.0.3/package/package.json written
npm verb lock using /home/tim/.npm/_locks/staging-0d9b7e3d602fd407.lock for /home/tim/Projects/cabin/node_modules/.staging
npm verb unlock done using /home/tim/.npm/_locks/staging-0d9b7e3d602fd407.lock for /home/tim/Projects/cabin/node_modules/.staging
npm verb exit [ 0, true ]
npm info ok

What is the output of running npx envinfo --binaries --languages --system --utilities?

Command 'npx' not found

I am new to node, so if I'm using it wrong, thanks for your patience with me.

installation

Most helpful comment

If you are using electron-builder for application packaging then it is more simple to use, just add a npm script to your package json as

"postinstall": "electron-builder install-app-deps",

Now whenever you do npm install it rebuild native addons according to electron integrated nodejs version.
Also please note that you need visual studio build tools to be able to build native addons on Windows.

All 3 comments

For Electron, please use electron-rebuild as described in their docs - https://electronjs.org/docs/tutorial/using-native-node-modules#installing-modules-and-rebuilding-for-electron

If you are using electron-builder for application packaging then it is more simple to use, just add a npm script to your package json as

"postinstall": "electron-builder install-app-deps",

Now whenever you do npm install it rebuild native addons according to electron integrated nodejs version.
Also please note that you need visual studio build tools to be able to build native addons on Windows.

@mubaidr is right, thank you !
building the app will save the problem!
I use electron-vue

Was this page helpful?
0 / 5 - 0 ratings

Related issues

emmtte picture emmtte  路  3Comments

genifycom picture genifycom  路  3Comments

natural-law picture natural-law  路  3Comments

knoxcard picture knoxcard  路  3Comments

terbooter picture terbooter  路  3Comments