Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported platform for fsevents@1.0.14: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) #13935

Closed
maxkoretskyi opened this issue Jan 15, 2017 · 30 comments

Comments

@maxkoretskyi
Copy link

maxkoretskyi commented Jan 15, 2017

windows 10
node 5.12.0
npm 3.10.8

I'm trying to build an angular project from the sources based on this instruction. However, when running npm install I get the following error:

npm ERR! notsup Unsupported platform for fsevents@1.0.14: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm ERR! notsup Valid OS:    darwin
npm ERR! notsup Valid Arch:  any
npm ERR! notsup Actual OS:   win32
npm ERR! notsup Actual Arch: x64

@OvidijusStukas
Copy link

Hello, @MaximusK

This error should not effect your expiriance with Angular dev environment since this error is shown because there are extra needed dependencies on MacOs platforms.

@lacolaco
Copy link
Contributor

AFAIK, npm@3.10.8 is broken around optional dependencies. Let's try to use 3.10.10.

$ npm i -g npm@3.10.10

@lacolaco
Copy link
Contributor

lacolaco commented Jan 16, 2017

And this issue is not bug report or feature request category.

This issue tracker is not suitable for support requests, please repost your issue on StackOverflow using tag angular.

If you are wondering why we don't resolve support issues via the issue tracker, please check out this explanation.

@maxkoretskyi
Copy link
Author

Thanks, I thought this issue is directly related to angular, since if I can't setup build environment, I can't contribute.

@DzmitryShylovich
Copy link
Contributor

@laco0416

Let's try to use 3.10.10.

still fails with 3.10.10

@lacolaco
Copy link
Contributor

@maxime-allex I'm sorry. You're right. This is exactly Angular's issue. Current package.json requires fsevent as not optionalDependencies but devDependencies. This may be a problem for non-OSX users.

@DzmitryShylovich
Copy link
Contributor

DzmitryShylovich commented Jan 16, 2017

Even if you remove it from package.json npm i still fails because another module has it as a peer dep.

@lacolaco
Copy link
Contributor

lacolaco commented Jan 16, 2017

cc/ @vicb
How do you think about this?

@lacolaco
Copy link
Contributor

@DzmitryShylovich did you edit package.json only? if npm-shrinkwrap.json is still there, please remove it or try npm i -f

@lacolaco
Copy link
Contributor

possibly related to #12443

@DzmitryShylovich
Copy link
Contributor

npm i -f

does work :)

@lacolaco
Copy link
Contributor

Oh, I found Dzmitry already mentioned to this problem when fsevents has added into package.json. #11685 (comment)

@DzmitryShylovich
Copy link
Contributor

@MaximusK fixed by #13945
close the issue please, thanks

@mdshohelrana
Copy link

My error has gone by
npm i -f

@akang
Copy link

akang commented Jun 22, 2017

Upgraded npm from 3.10.10 to 5.0.3, issue no longer appears

@Franciscoco
Copy link

if this can help someone having troubles with fsevents in Windows: I perform installs in angular projects using the --no-optional flag of npm

@thisisajith
Copy link

thank you guys i solved this problem with ur help... thanks a lot ...

@dagi377
Copy link

dagi377 commented Aug 30, 2017

npm i -f seems to install everything

@amitkumar4984
Copy link

Thanks i have solved issue by using npm i -f

@sudeepdk
Copy link

As i was getting issue while using weex

https://www.npmjs.com/package/weex-toolkit

#Fsevents wanted error
windows users may have fsevents installation problems, like:

fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"ia32"})
You should remove your node_module of weex-toolkit, run command like this:

npm install --no-optional weex-toolkit -g

@tuanjinn
Copy link

tuanjinn commented Mar 6, 2018

npm i -f
works like a charm

@jagdishhulsure
Copy link

jagdishhulsure commented Jul 19, 2018

Hello Everyone,
I have cloned my code and trying to run "npm install", throwing an error as below, please help me to solve this.

npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Users\25923\AppData\
Roaming\npm\node_modules\npm\bin\npm-cli.js" "install"
npm ERR! node v6.11.0
npm ERR! npm v3.10.10
npm ERR! code EBADPLATFORM

npm ERR! notsup Unsupported platform for ios-deploy@1.9.2: wanted {"os":"darwin"
,"arch":"any"} (current: {"os":"win32","arch":"x64"})
npm ERR! notsup Valid OS: darwin
npm ERR! notsup Valid Arch: any
npm ERR! notsup Actual OS: win32
npm ERR! notsup Actual Arch: x64

npm ERR! Please include the following file with any support request:
npm ERR! D:...\ionic\folder_name\npm-debug.log

npm-debug.log file is as below,
0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Users\25923\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'install' ]
2 info using npm@3.10.10
3 info using node@v6.11.0
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly install normalizeTree
8 silly loadCurrentTree Finishing
9 silly loadIdealTree Starting
10 silly install loadIdealTree
11 silly cloneCurrentTree Starting
12 silly install cloneCurrentTreeToIdealTree
13 silly cloneCurrentTree Finishing
14 silly loadShrinkwrap Starting
15 silly install loadShrinkwrap
16 silly loadShrinkwrap Finishing
17 silly loadAllDepsIntoIdealTree Starting
18 silly install loadAllDepsIntoIdealTree
19 silly fetchNamedPackageData reflect-metadata
20 silly mapToRegistry name reflect-metadata
21 silly mapToRegistry using default registry
22 silly mapToRegistry registry https://registry.npmjs.org/
23 silly mapToRegistry data Result {
23 silly mapToRegistry raw: 'reflect-metadata',
23 silly mapToRegistry scope: null,
23 silly mapToRegistry escapedName: 'reflect-metadata',
23 silly mapToRegistry name: 'reflect-metadata',
23 silly mapToRegistry rawSpec: '',
23 silly mapToRegistry spec: 'latest',
23 silly mapToRegistry type: 'tag' }
24 silly mapToRegistry uri https://registry.npmjs.org/reflect-metadata
589 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir already in flight; waiting
590 http 304 https://registry.npmjs.org/cordova-plugin-splashscreen
591 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
591 verbose headers connection: 'keep-alive',
591 verbose headers 'set-cookie': [ '__cfduid=d9b46e9e23da6df7e2396fee3f648cb1b1531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
591 verbose headers 'cache-control': 'max-age=300',
591 verbose headers 'cf-cache-status': 'HIT',
591 verbose headers 'cf-ray': '43ca802e3e728a55-BOM',
591 verbose headers etag: '"9b66b2a1ceb59787b9c821a461549eee"',
591 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
591 verbose headers 'last-modified': 'Mon, 18 Jun 2018 16:41:43 GMT',
591 verbose headers vary: 'accept-encoding, accept',
591 verbose headers server: 'cloudflare' }
592 silly get cb [ 304,
592 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
592 silly get connection: 'keep-alive',
592 silly get 'set-cookie': [ '__cfduid=d9b46e9e23da6df7e2396fee3f648cb1b1531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
592 silly get 'cache-control': 'max-age=300',
592 silly get 'cf-cache-status': 'HIT',
592 silly get 'cf-ray': '43ca802e3e728a55-BOM',
592 silly get etag: '"9b66b2a1ceb59787b9c821a461549eee"',
592 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
592 silly get 'last-modified': 'Mon, 18 Jun 2018 16:41:43 GMT',
592 silly get vary: 'accept-encoding, accept',
592 silly get server: 'cloudflare' } ]
593 verbose etag https://registry.npmjs.org/cordova-plugin-splashscreen from cache
594 verbose get saving cordova-plugin-splashscreen to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org\cordova-plugin-splashscreen.cache.json
595 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir already in flight; waiting
596 http 304 https://registry.npmjs.org/ios-deploy
597 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
597 verbose headers connection: 'keep-alive',
597 verbose headers 'set-cookie': [ '__cfduid=db0f29fe1086ea32dcd3e197fd5bdf1261531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
597 verbose headers 'cache-control': 'max-age=300',
597 verbose headers 'cf-cache-status': 'HIT',
597 verbose headers 'cf-ray': '43ca802e492e8a97-BOM',
597 verbose headers etag: '"06d48260e3216a0a15d976f25a06ffca"',
597 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
597 verbose headers 'last-modified': 'Thu, 14 Jun 2018 05:02:07 GMT',
597 verbose headers vary: 'accept-encoding, accept',
597 verbose headers server: 'cloudflare' }
598 silly get cb [ 304,
598 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
598 silly get connection: 'keep-alive',
598 silly get 'set-cookie': [ '__cfduid=db0f29fe1086ea32dcd3e197fd5bdf1261531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
598 silly get 'cache-control': 'max-age=300',
598 silly get 'cf-cache-status': 'HIT',
598 silly get 'cf-ray': '43ca802e492e8a97-BOM',
598 silly get etag: '"06d48260e3216a0a15d976f25a06ffca"',
598 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
598 silly get 'last-modified': 'Thu, 14 Jun 2018 05:02:07 GMT',
598 silly get vary: 'accept-encoding, accept',
598 silly get server: 'cloudflare' } ]
599 verbose etag https://registry.npmjs.org/ios-deploy from cache
600 verbose get saving ios-deploy to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org\ios-deploy.cache.json
601 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir already in flight; waiting
602 http 304 https://registry.npmjs.org/ionic-plugin-keyboard
603 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
603 verbose headers connection: 'keep-alive',
603 verbose headers 'set-cookie': [ '__cfduid=d582a7743ddf0c0a6ee1b0f5f87e4f5201531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
603 verbose headers 'cache-control': 'max-age=300',
603 verbose headers 'cf-cache-status': 'HIT',
603 verbose headers 'cf-ray': '43ca802e4f5f8aa9-BOM',
603 verbose headers etag: '"4975b44cc2e4887c2babe8930bb00b44"',
603 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
603 verbose headers 'last-modified': 'Sun, 27 May 2018 04:52:48 GMT',
603 verbose headers vary: 'accept-encoding, accept',
603 verbose headers server: 'cloudflare' }
604 silly get cb [ 304,
604 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
604 silly get connection: 'keep-alive',
604 silly get 'set-cookie': [ '__cfduid=d582a7743ddf0c0a6ee1b0f5f87e4f5201531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
604 silly get 'cache-control': 'max-age=300',
604 silly get 'cf-cache-status': 'HIT',
604 silly get 'cf-ray': '43ca802e4f5f8aa9-BOM',
604 silly get etag: '"4975b44cc2e4887c2babe8930bb00b44"',
604 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
604 silly get 'last-modified': 'Sun, 27 May 2018 04:52:48 GMT',
604 silly get vary: 'accept-encoding, accept',
604 silly get server: 'cloudflare' } ]
605 verbose etag https://registry.npmjs.org/ionic-plugin-keyboard from cache
606 verbose get saving ionic-plugin-keyboard to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org\ionic-plugin-keyboard.cache.json
607 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir already in flight; waiting
608 http 304 https://registry.npmjs.org/ionicons
609 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
609 verbose headers connection: 'keep-alive',
609 verbose headers 'set-cookie': [ '__cfduid=d168824fd53bf66d66fb6ea792ae0e0921531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
609 verbose headers 'cache-control': 'max-age=300',
609 verbose headers 'cf-cache-status': 'HIT',
609 verbose headers 'cf-ray': '43ca802e48b88a79-BOM',
609 verbose headers etag: '"ccb88c309bd886c4f5fd08110ece9451"',
609 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
609 verbose headers 'last-modified': 'Fri, 29 Jun 2018 00:25:45 GMT',
609 verbose headers vary: 'accept-encoding, accept',
609 verbose headers server: 'cloudflare' }
610 silly get cb [ 304,
610 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
610 silly get connection: 'keep-alive',
610 silly get 'set-cookie': [ '__cfduid=d168824fd53bf66d66fb6ea792ae0e0921531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
610 silly get 'cache-control': 'max-age=300',
610 silly get 'cf-cache-status': 'HIT',
610 silly get 'cf-ray': '43ca802e48b88a79-BOM',
610 silly get etag: '"ccb88c309bd886c4f5fd08110ece9451"',
610 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
610 silly get 'last-modified': 'Fri, 29 Jun 2018 00:25:45 GMT',
610 silly get vary: 'accept-encoding, accept',
610 silly get server: 'cloudflare' } ]
611 verbose etag https://registry.npmjs.org/ionicons from cache
612 verbose get saving ionicons to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org\ionicons.cache.json
613 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir already in flight; waiting
614 http 304 https://registry.npmjs.org/cordova-plugin-whitelist
615 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
615 verbose headers connection: 'keep-alive',
615 verbose headers 'set-cookie': [ '__cfduid=db6bcc46f7d6a224880f7eb6c5a02153a1531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
615 verbose headers 'cache-control': 'max-age=300',
615 verbose headers 'cf-cache-status': 'HIT',
615 verbose headers 'cf-ray': '43ca802e4b148a5b-BOM',
615 verbose headers etag: '"6ef62cc15d0c211b1e02b49271821bd1"',
615 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
615 verbose headers 'last-modified': 'Mon, 18 Jun 2018 16:41:48 GMT',
615 verbose headers vary: 'accept-encoding, accept',
615 verbose headers server: 'cloudflare' }
616 silly get cb [ 304,
616 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
616 silly get connection: 'keep-alive',
616 silly get 'set-cookie': [ '__cfduid=db6bcc46f7d6a224880f7eb6c5a02153a1531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
616 silly get 'cache-control': 'max-age=300',
616 silly get 'cf-cache-status': 'HIT',
616 silly get 'cf-ray': '43ca802e4b148a5b-BOM',
616 silly get etag: '"6ef62cc15d0c211b1e02b49271821bd1"',
616 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
616 silly get 'last-modified': 'Mon, 18 Jun 2018 16:41:48 GMT',
616 silly get vary: 'accept-encoding, accept',
616 silly get server: 'cloudflare' } ]
617 verbose etag https://registry.npmjs.org/cordova-plugin-whitelist from cache
618 verbose get saving cordova-plugin-whitelist to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org\cordova-plugin-whitelist.cache.json
619 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir already in flight; waiting
620 http 304 https://registry.npmjs.org/moment
621 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
621 verbose headers connection: 'keep-alive',
621 verbose headers 'set-cookie': [ '__cfduid=dc407d277b0758bd9e4383f1e13bf24811531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
621 verbose headers 'cache-control': 'max-age=300',
621 verbose headers 'cf-cache-status': 'HIT',
621 verbose headers 'cf-ray': '43ca802e4b6e8a49-BOM',
621 verbose headers etag: '"4be7e833059a07715a2b2c39bc4f8094"',
621 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
621 verbose headers 'last-modified': 'Tue, 10 Jul 2018 16:45:38 GMT',
621 verbose headers vary: 'accept-encoding, accept',
621 verbose headers server: 'cloudflare' }
622 silly get cb [ 304,
622 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
622 silly get connection: 'keep-alive',
622 silly get 'set-cookie': [ '__cfduid=dc407d277b0758bd9e4383f1e13bf24811531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
622 silly get 'cache-control': 'max-age=300',
622 silly get 'cf-cache-status': 'HIT',
622 silly get 'cf-ray': '43ca802e4b6e8a49-BOM',
622 silly get etag: '"4be7e833059a07715a2b2c39bc4f8094"',
622 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
622 silly get 'last-modified': 'Tue, 10 Jul 2018 16:45:38 GMT',
622 silly get vary: 'accept-encoding, accept',
622 silly get server: 'cloudflare' } ]
623 verbose etag https://registry.npmjs.org/moment from cache
624 verbose get saving moment to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org\moment.cache.json
625 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir already in flight; waiting
626 http 304 https://registry.npmjs.org/ionic-angular
627 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
627 verbose headers connection: 'keep-alive',
627 verbose headers 'set-cookie': [ '__cfduid=da6dafaad49433ac2e6b8e658de3543cd1531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
627 verbose headers 'cache-control': 'max-age=300',
627 verbose headers 'cf-cache-status': 'HIT',
627 verbose headers 'cf-ray': '43ca802e5aae8a8b-BOM',
627 verbose headers etag: '"b52676b676ad0099391963bfc4015d40"',
627 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
627 verbose headers 'last-modified': 'Fri, 06 Jul 2018 21:23:24 GMT',
627 verbose headers vary: 'accept-encoding, accept',
627 verbose headers server: 'cloudflare' }
628 silly get cb [ 304,
628 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
628 silly get connection: 'keep-alive',
628 silly get 'set-cookie': [ '__cfduid=da6dafaad49433ac2e6b8e658de3543cd1531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
628 silly get 'cache-control': 'max-age=300',
628 silly get 'cf-cache-status': 'HIT',
628 silly get 'cf-ray': '43ca802e5aae8a8b-BOM',
628 silly get etag: '"b52676b676ad0099391963bfc4015d40"',
628 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
628 silly get 'last-modified': 'Fri, 06 Jul 2018 21:23:24 GMT',
628 silly get vary: 'accept-encoding, accept',
628 silly get server: 'cloudflare' } ]
629 verbose etag https://registry.npmjs.org/ionic-angular from cache
630 verbose get saving ionic-angular to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org\ionic-angular.cache.json
631 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir already in flight; waiting
632 http 304 https://registry.npmjs.org/needle
633 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
633 verbose headers connection: 'keep-alive',
633 verbose headers 'set-cookie': [ '__cfduid=d9be4572d6c5c76f0091320356272aaa71531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
633 verbose headers 'cache-control': 'max-age=300',
633 verbose headers 'cf-cache-status': 'HIT',
633 verbose headers 'cf-ray': '43ca802e4a778a73-BOM',
633 verbose headers etag: '"070ef1146109493872eb3a43c6f12dd7"',
633 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
633 verbose headers 'last-modified': 'Sun, 27 May 2018 09:15:33 GMT',
633 verbose headers vary: 'accept-encoding, accept',
633 verbose headers server: 'cloudflare' }
634 silly get cb [ 304,
634 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
634 silly get connection: 'keep-alive',
634 silly get 'set-cookie': [ '__cfduid=d9be4572d6c5c76f0091320356272aaa71531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
634 silly get 'cache-control': 'max-age=300',
634 silly get 'cf-cache-status': 'HIT',
634 silly get 'cf-ray': '43ca802e4a778a73-BOM',
634 silly get etag: '"070ef1146109493872eb3a43c6f12dd7"',
634 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
634 silly get 'last-modified': 'Sun, 27 May 2018 09:15:33 GMT',
634 silly get vary: 'accept-encoding, accept',
634 silly get server: 'cloudflare' } ]
635 verbose etag https://registry.npmjs.org/needle from cache
636 verbose get saving needle to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org\needle.cache.json
637 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir already in flight; waiting
638 http 304 https://registry.npmjs.org/reflect-metadata
639 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
639 verbose headers connection: 'keep-alive',
639 verbose headers 'set-cookie': [ '__cfduid=dc33aae9f289342b5d7d2c977825005fa1531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
639 verbose headers 'cache-control': 'max-age=300',
639 verbose headers 'cf-cache-status': 'HIT',
639 verbose headers 'cf-ray': '43ca802e3ff18a85-BOM',
639 verbose headers etag: '"07573a2c8ec7be828bc524cacebed83f"',
639 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
639 verbose headers 'last-modified': 'Sun, 27 May 2018 15:42:43 GMT',
639 verbose headers vary: 'accept-encoding, accept',
639 verbose headers server: 'cloudflare' }
640 silly get cb [ 304,
640 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
640 silly get connection: 'keep-alive',
640 silly get 'set-cookie': [ '__cfduid=dc33aae9f289342b5d7d2c977825005fa1531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
640 silly get 'cache-control': 'max-age=300',
640 silly get 'cf-cache-status': 'HIT',
640 silly get 'cf-ray': '43ca802e3ff18a85-BOM',
640 silly get etag: '"07573a2c8ec7be828bc524cacebed83f"',
640 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
640 silly get 'last-modified': 'Sun, 27 May 2018 15:42:43 GMT',
640 silly get vary: 'accept-encoding, accept',
640 silly get server: 'cloudflare' } ]
641 verbose etag https://registry.npmjs.org/reflect-metadata from cache
642 verbose get saving reflect-metadata to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org\reflect-metadata.cache.json
643 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir already in flight; waiting
644 http 304 https://registry.npmjs.org/cordova-ios
645 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
645 verbose headers connection: 'keep-alive',
645 verbose headers 'set-cookie': [ '__cfduid=db0f29fe1086ea32dcd3e197fd5bdf1261531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
645 verbose headers 'cache-control': 'max-age=300',
645 verbose headers 'cf-cache-status': 'HIT',
645 verbose headers 'cf-ray': '43ca802e49338a97-BOM',
645 verbose headers etag: '"f8c7bd21610887f1451ed81efe43308a"',
645 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
645 verbose headers 'last-modified': 'Tue, 10 Jul 2018 03:21:59 GMT',
645 verbose headers vary: 'accept-encoding, accept',
645 verbose headers server: 'cloudflare' }
646 silly get cb [ 304,
646 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
646 silly get connection: 'keep-alive',
646 silly get 'set-cookie': [ '__cfduid=db0f29fe1086ea32dcd3e197fd5bdf1261531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
646 silly get 'cache-control': 'max-age=300',
646 silly get 'cf-cache-status': 'HIT',
646 silly get 'cf-ray': '43ca802e49338a97-BOM',
646 silly get etag: '"f8c7bd21610887f1451ed81efe43308a"',
646 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
646 silly get 'last-modified': 'Tue, 10 Jul 2018 03:21:59 GMT',
646 silly get vary: 'accept-encoding, accept',
646 silly get server: 'cloudflare' } ]
647 verbose etag https://registry.npmjs.org/cordova-ios from cache
648 verbose get saving cordova-ios to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org\cordova-ios.cache.json
649 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir already in flight; waiting
650 http 304 https://registry.npmjs.org/cordova-sqlite-storage
651 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
651 verbose headers connection: 'keep-alive',
651 verbose headers 'set-cookie': [ '__cfduid=daaea1c0811bfacf2673dd159b55e75511531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
651 verbose headers 'cache-control': 'max-age=300',
651 verbose headers 'cf-cache-status': 'HIT',
651 verbose headers 'cf-ray': '43ca802e3a4a8a9d-BOM',
651 verbose headers etag: '"bd08cc3d07e4560b5a9bc7a9ef2c3354"',
651 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
651 verbose headers 'last-modified': 'Tue, 03 Jul 2018 12:18:12 GMT',
651 verbose headers vary: 'accept-encoding, accept',
651 verbose headers server: 'cloudflare' }
652 silly get cb [ 304,
652 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
652 silly get connection: 'keep-alive',
652 silly get 'set-cookie': [ '__cfduid=daaea1c0811bfacf2673dd159b55e75511531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
652 silly get 'cache-control': 'max-age=300',
652 silly get 'cf-cache-status': 'HIT',
652 silly get 'cf-ray': '43ca802e3a4a8a9d-BOM',
652 silly get etag: '"bd08cc3d07e4560b5a9bc7a9ef2c3354"',
652 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
652 silly get 'last-modified': 'Tue, 03 Jul 2018 12:18:12 GMT',
652 silly get vary: 'accept-encoding, accept',
652 silly get server: 'cloudflare' } ]
653 verbose etag https://registry.npmjs.org/cordova-sqlite-storage from cache
654 verbose get saving cordova-sqlite-storage to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org\cordova-sqlite-storage.cache.json
655 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir already in flight; waiting
656 http 304 https://registry.npmjs.org/glob
657 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
657 verbose headers connection: 'keep-alive',
657 verbose headers 'set-cookie': [ '__cfduid=dc407d277b0758bd9e4383f1e13bf24811531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
657 verbose headers 'cache-control': 'max-age=300',
657 verbose headers 'cf-cache-status': 'HIT',
657 verbose headers 'cf-ray': '43ca802e4b658a49-BOM',
657 verbose headers etag: '"580c1092d5d71a5c0538143cbdfff62d"',
657 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
657 verbose headers 'last-modified': 'Sun, 27 May 2018 02:29:14 GMT',
657 verbose headers vary: 'accept-encoding, accept',
657 verbose headers server: 'cloudflare' }
658 silly get cb [ 304,
658 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
658 silly get connection: 'keep-alive',
658 silly get 'set-cookie': [ '__cfduid=dc407d277b0758bd9e4383f1e13bf24811531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
658 silly get 'cache-control': 'max-age=300',
658 silly get 'cf-cache-status': 'HIT',
658 silly get 'cf-ray': '43ca802e4b658a49-BOM',
658 silly get etag: '"580c1092d5d71a5c0538143cbdfff62d"',
658 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
658 silly get 'last-modified': 'Sun, 27 May 2018 02:29:14 GMT',
658 silly get vary: 'accept-encoding, accept',
658 silly get server: 'cloudflare' } ]
659 verbose etag https://registry.npmjs.org/glob from cache
660 verbose get saving glob to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org\glob.cache.json
661 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir already in flight; waiting
662 http 304 https://registry.npmjs.org/svg-country-flags
663 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
663 verbose headers connection: 'keep-alive',
663 verbose headers 'set-cookie': [ '__cfduid=db6bcc46f7d6a224880f7eb6c5a02153a1531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
663 verbose headers 'cache-control': 'max-age=300',
663 verbose headers 'cf-cache-status': 'HIT',
663 verbose headers 'cf-ray': '43ca802e4b0e8a5b-BOM',
663 verbose headers etag: '"443d459dcb835f659eeb3d598fcfdce9"',
663 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
663 verbose headers 'last-modified': 'Wed, 04 Jul 2018 19:41:12 GMT',
663 verbose headers vary: 'accept-encoding, accept',
663 verbose headers server: 'cloudflare' }
664 silly get cb [ 304,
664 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
664 silly get connection: 'keep-alive',
664 silly get 'set-cookie': [ '__cfduid=db6bcc46f7d6a224880f7eb6c5a02153a1531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
664 silly get 'cache-control': 'max-age=300',
664 silly get 'cf-cache-status': 'HIT',
664 silly get 'cf-ray': '43ca802e4b0e8a5b-BOM',
664 silly get etag: '"443d459dcb835f659eeb3d598fcfdce9"',
664 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
664 silly get 'last-modified': 'Wed, 04 Jul 2018 19:41:12 GMT',
664 silly get vary: 'accept-encoding, accept',
664 silly get server: 'cloudflare' } ]
665 verbose etag https://registry.npmjs.org/svg-country-flags from cache
666 verbose get saving svg-country-flags to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org\svg-country-flags.cache.json
667 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
668 http 304 https://registry.npmjs.org/rxjs
669 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
669 verbose headers connection: 'keep-alive',
669 verbose headers 'set-cookie': [ '__cfduid=d61da4403d4e0eb84ace780e417744e711531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
669 verbose headers 'cache-control': 'max-age=300',
669 verbose headers 'cf-cache-status': 'HIT',
669 verbose headers 'cf-ray': '43ca802e4d4e8a6d-BOM',
669 verbose headers etag: '"1e61c1e7ecec763190f82fae19bbfe52"',
669 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
669 verbose headers 'last-modified': 'Fri, 13 Jul 2018 22:04:10 GMT',
669 verbose headers vary: 'accept-encoding, accept',
669 verbose headers server: 'cloudflare' }
670 silly get cb [ 304,
670 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
670 silly get connection: 'keep-alive',
670 silly get 'set-cookie': [ '__cfduid=d61da4403d4e0eb84ace780e417744e711531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
670 silly get 'cache-control': 'max-age=300',
670 silly get 'cf-cache-status': 'HIT',
670 silly get 'cf-ray': '43ca802e4d4e8a6d-BOM',
670 silly get etag: '"1e61c1e7ecec763190f82fae19bbfe52"',
670 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
670 silly get 'last-modified': 'Fri, 13 Jul 2018 22:04:10 GMT',
670 silly get vary: 'accept-encoding, accept',
670 silly get server: 'cloudflare' } ]
671 verbose etag https://registry.npmjs.org/rxjs from cache
672 verbose get saving rxjs to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org\rxjs.cache.json
673 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
674 http 304 https://registry.npmjs.org/cordova-plugin-device
675 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
675 verbose headers connection: 'keep-alive',
675 verbose headers 'set-cookie': [ '__cfduid=d659f5d12f9afe802cb7a7d27e82986f71531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
675 verbose headers 'cache-control': 'max-age=300',
675 verbose headers 'cf-cache-status': 'HIT',
675 verbose headers 'cf-ray': '43ca802e3a418a91-BOM',
675 verbose headers etag: '"1441e4380b7f05563e3685430cb8ebb1"',
675 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
675 verbose headers 'last-modified': 'Mon, 18 Jun 2018 16:41:34 GMT',
675 verbose headers vary: 'accept-encoding, accept',
675 verbose headers server: 'cloudflare' }
676 silly get cb [ 304,
676 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
676 silly get connection: 'keep-alive',
676 silly get 'set-cookie': [ '__cfduid=d659f5d12f9afe802cb7a7d27e82986f71531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
676 silly get 'cache-control': 'max-age=300',
676 silly get 'cf-cache-status': 'HIT',
676 silly get 'cf-ray': '43ca802e3a418a91-BOM',
676 silly get etag: '"1441e4380b7f05563e3685430cb8ebb1"',
676 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
676 silly get 'last-modified': 'Mon, 18 Jun 2018 16:41:34 GMT',
676 silly get vary: 'accept-encoding, accept',
676 silly get server: 'cloudflare' } ]
677 verbose etag https://registry.npmjs.org/cordova-plugin-device from cache
678 verbose get saving cordova-plugin-device to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org\cordova-plugin-device.cache.json
679 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
680 http 304 https://registry.npmjs.org/fs-extra
681 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
681 verbose headers connection: 'keep-alive',
681 verbose headers 'set-cookie': [ '__cfduid=d9be4572d6c5c76f0091320356272aaa71531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
681 verbose headers 'cache-control': 'max-age=300',
681 verbose headers 'cf-cache-status': 'HIT',
681 verbose headers 'cf-ray': '43ca802e4a6e8a73-BOM',
681 verbose headers etag: '"55205acc2c710f8560a5b8df26e79df1"',
681 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
681 verbose headers 'last-modified': 'Tue, 17 Jul 2018 01:35:56 GMT',
681 verbose headers vary: 'accept-encoding, accept',
681 verbose headers server: 'cloudflare' }
682 silly get cb [ 304,
682 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
682 silly get connection: 'keep-alive',
682 silly get 'set-cookie': [ '__cfduid=d9be4572d6c5c76f0091320356272aaa71531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
682 silly get 'cache-control': 'max-age=300',
682 silly get 'cf-cache-status': 'HIT',
682 silly get 'cf-ray': '43ca802e4a6e8a73-BOM',
682 silly get etag: '"55205acc2c710f8560a5b8df26e79df1"',
682 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
682 silly get 'last-modified': 'Tue, 17 Jul 2018 01:35:56 GMT',
682 silly get vary: 'accept-encoding, accept',
682 silly get server: 'cloudflare' } ]
683 verbose etag https://registry.npmjs.org/fs-extra from cache
684 verbose get saving fs-extra to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org\fs-extra.cache.json
685 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
686 http 304 https://registry.npmjs.org/com.telerik.plugins.nativepagetransitions
687 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
687 verbose headers connection: 'keep-alive',
687 verbose headers 'set-cookie': [ '__cfduid=de2e2aee02ec7ee666dc1ce516a0090581531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
687 verbose headers 'cache-control': 'max-age=300',
687 verbose headers 'cf-cache-status': 'HIT',
687 verbose headers 'cf-ray': '43ca802e3aa28aa3-BOM',
687 verbose headers etag: '"59af8e75914acb307835bc2a2e196ff0"',
687 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
687 verbose headers 'last-modified': 'Sat, 26 May 2018 04:04:56 GMT',
687 verbose headers vary: 'accept-encoding, accept',
687 verbose headers server: 'cloudflare' }
688 silly get cb [ 304,
688 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
688 silly get connection: 'keep-alive',
688 silly get 'set-cookie': [ '__cfduid=de2e2aee02ec7ee666dc1ce516a0090581531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
688 silly get 'cache-control': 'max-age=300',
688 silly get 'cf-cache-status': 'HIT',
688 silly get 'cf-ray': '43ca802e3aa28aa3-BOM',
688 silly get etag: '"59af8e75914acb307835bc2a2e196ff0"',
688 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
688 silly get 'last-modified': 'Sat, 26 May 2018 04:04:56 GMT',
688 silly get vary: 'accept-encoding, accept',
688 silly get server: 'cloudflare' } ]
689 verbose etag https://registry.npmjs.org/com.telerik.plugins.nativepagetransitions from cache
690 verbose get saving com.telerik.plugins.nativepagetransitions to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org\com.telerik.plugins.nativepagetransitions.cache.json
691 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
692 http 304 https://registry.npmjs.org/sw-toolbox
693 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
693 verbose headers connection: 'keep-alive',
693 verbose headers 'set-cookie': [ '__cfduid=daaea1c0811bfacf2673dd159b55e75511531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
693 verbose headers 'cache-control': 'max-age=300',
693 verbose headers 'cf-cache-status': 'HIT',
693 verbose headers 'cf-ray': '43ca802e6a8e8a9d-BOM',
693 verbose headers etag: '"ab88d2bb9acc67517340661d70bdeb1c"',
693 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
693 verbose headers 'last-modified': 'Sun, 27 May 2018 18:41:54 GMT',
693 verbose headers vary: 'accept-encoding, accept',
693 verbose headers server: 'cloudflare' }
694 silly get cb [ 304,
694 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
694 silly get connection: 'keep-alive',
694 silly get 'set-cookie': [ '__cfduid=daaea1c0811bfacf2673dd159b55e75511531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
694 silly get 'cache-control': 'max-age=300',
694 silly get 'cf-cache-status': 'HIT',
694 silly get 'cf-ray': '43ca802e6a8e8a9d-BOM',
694 silly get etag: '"ab88d2bb9acc67517340661d70bdeb1c"',
694 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
694 silly get 'last-modified': 'Sun, 27 May 2018 18:41:54 GMT',
694 silly get vary: 'accept-encoding, accept',
694 silly get server: 'cloudflare' } ]
695 verbose etag https://registry.npmjs.org/sw-toolbox from cache
696 verbose get saving sw-toolbox to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org\sw-toolbox.cache.json
697 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
698 http 304 https://registry.npmjs.org/zone.js
699 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
699 verbose headers connection: 'keep-alive',
699 verbose headers 'set-cookie': [ '__cfduid=d1d204af0bd8eb4edd73d03aec57ab4bf1531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
699 verbose headers 'cache-control': 'max-age=300',
699 verbose headers 'cf-cache-status': 'HIT',
699 verbose headers 'cf-ray': '43ca802e6a618a4f-BOM',
699 verbose headers etag: '"0f9cbe486cae0aae9c2f2f4af72cee05"',
699 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
699 verbose headers 'last-modified': 'Sun, 27 May 2018 22:55:36 GMT',
699 verbose headers vary: 'accept-encoding, accept',
699 verbose headers server: 'cloudflare' }
700 silly get cb [ 304,
700 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
700 silly get connection: 'keep-alive',
700 silly get 'set-cookie': [ '__cfduid=d1d204af0bd8eb4edd73d03aec57ab4bf1531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
700 silly get 'cache-control': 'max-age=300',
700 silly get 'cf-cache-status': 'HIT',
700 silly get 'cf-ray': '43ca802e6a618a4f-BOM',
700 silly get etag: '"0f9cbe486cae0aae9c2f2f4af72cee05"',
700 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
700 silly get 'last-modified': 'Sun, 27 May 2018 22:55:36 GMT',
700 silly get vary: 'accept-encoding, accept',
700 silly get server: 'cloudflare' } ]
701 verbose etag https://registry.npmjs.org/zone.js from cache
702 verbose get saving zone.js to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org\zone.js.cache.json
703 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
704 silly resolveWithNewModule cordova-plugin-ionic-webview@1.1.16 checking installable status
705 silly cache add args [ 'cordova-plugin-ionic-webview@1.1.16', null ]
706 verbose cache add spec cordova-plugin-ionic-webview@1.1.16
707 silly cache add parsed spec Result {
707 silly cache add raw: 'cordova-plugin-ionic-webview@1.1.16',
707 silly cache add scope: null,
707 silly cache add escapedName: 'cordova-plugin-ionic-webview',
707 silly cache add name: 'cordova-plugin-ionic-webview',
707 silly cache add rawSpec: '1.1.16',
707 silly cache add spec: '1.1.16',
707 silly cache add type: 'version' }
708 silly addNamed cordova-plugin-ionic-webview@1.1.16
709 verbose addNamed "1.1.16" is a plain semver version for cordova-plugin-ionic-webview
710 silly mapToRegistry name cordova-plugin-ionic-webview
711 silly mapToRegistry using default registry
712 silly mapToRegistry registry https://registry.npmjs.org/
713 silly mapToRegistry data Result {
713 silly mapToRegistry raw: 'cordova-plugin-ionic-webview',
713 silly mapToRegistry scope: null,
713 silly mapToRegistry escapedName: 'cordova-plugin-ionic-webview',
713 silly mapToRegistry name: 'cordova-plugin-ionic-webview',
713 silly mapToRegistry rawSpec: '',
713 silly mapToRegistry spec: 'latest',
713 silly mapToRegistry type: 'tag' }
714 silly mapToRegistry uri https://registry.npmjs.org/cordova-plugin-ionic-webview
715 verbose addNameVersion registry:https://registry.npmjs.org/cordova-plugin-ionic-webview not in flight; fetching
716 silly resolveWithNewModule cordova-plugin-globalization@1.0.8 checking installable status
717 silly cache add args [ 'cordova-plugin-globalization@1.0.8', null ]
718 verbose cache add spec cordova-plugin-globalization@1.0.8
719 silly cache add parsed spec Result {
719 silly cache add raw: 'cordova-plugin-globalization@1.0.8',
719 silly cache add scope: null,
719 silly cache add escapedName: 'cordova-plugin-globalization',
719 silly cache add name: 'cordova-plugin-globalization',
719 silly cache add rawSpec: '1.0.8',
719 silly cache add spec: '1.0.8',
719 silly cache add type: 'version' }
720 silly addNamed cordova-plugin-globalization@1.0.8
721 verbose addNamed "1.0.8" is a plain semver version for cordova-plugin-globalization
722 silly mapToRegistry name cordova-plugin-globalization
723 silly mapToRegistry using default registry
724 silly mapToRegistry registry https://registry.npmjs.org/
725 silly mapToRegistry data Result {
725 silly mapToRegistry raw: 'cordova-plugin-globalization',
725 silly mapToRegistry scope: null,
725 silly mapToRegistry escapedName: 'cordova-plugin-globalization',
725 silly mapToRegistry name: 'cordova-plugin-globalization',
725 silly mapToRegistry rawSpec: '',
725 silly mapToRegistry spec: 'latest',
725 silly mapToRegistry type: 'tag' }
726 silly mapToRegistry uri https://registry.npmjs.org/cordova-plugin-globalization
727 verbose addNameVersion registry:https://registry.npmjs.org/cordova-plugin-globalization not in flight; fetching
728 silly resolveWithNewModule cordova-plugin-splashscreen@4.1.0 checking installable status
729 silly cache add args [ 'cordova-plugin-splashscreen@4.1.0', null ]
730 verbose cache add spec cordova-plugin-splashscreen@4.1.0
731 silly cache add parsed spec Result {
731 silly cache add raw: 'cordova-plugin-splashscreen@4.1.0',
731 silly cache add scope: null,
731 silly cache add escapedName: 'cordova-plugin-splashscreen',
731 silly cache add name: 'cordova-plugin-splashscreen',
731 silly cache add rawSpec: '4.1.0',
731 silly cache add spec: '4.1.0',
731 silly cache add type: 'version' }
732 silly addNamed cordova-plugin-splashscreen@4.1.0
733 verbose addNamed "4.1.0" is a plain semver version for cordova-plugin-splashscreen
734 silly mapToRegistry name cordova-plugin-splashscreen
735 silly mapToRegistry using default registry
736 silly mapToRegistry registry https://registry.npmjs.org/
737 silly mapToRegistry data Result {
737 silly mapToRegistry raw: 'cordova-plugin-splashscreen',
737 silly mapToRegistry scope: null,
737 silly mapToRegistry escapedName: 'cordova-plugin-splashscreen',
737 silly mapToRegistry name: 'cordova-plugin-splashscreen',
737 silly mapToRegistry rawSpec: '',
737 silly mapToRegistry spec: 'latest',
737 silly mapToRegistry type: 'tag' }
738 silly mapToRegistry uri https://registry.npmjs.org/cordova-plugin-splashscreen
739 verbose addNameVersion registry:https://registry.npmjs.org/cordova-plugin-splashscreen not in flight; fetching
740 silly resolveWithNewModule ionic@3.19.0 checking installable status
741 silly cache add args [ 'ionic@3.19.0', null ]
742 verbose cache add spec ionic@3.19.0
743 silly cache add parsed spec Result {
743 silly cache add raw: 'ionic@3.19.0',
743 silly cache add scope: null,
743 silly cache add escapedName: 'ionic',
743 silly cache add name: 'ionic',
743 silly cache add rawSpec: '3.19.0',
743 silly cache add spec: '3.19.0',
743 silly cache add type: 'version' }
744 silly addNamed ionic@3.19.0
745 verbose addNamed "3.19.0" is a plain semver version for ionic
746 silly mapToRegistry name ionic
747 silly mapToRegistry using default registry
748 silly mapToRegistry registry https://registry.npmjs.org/
749 silly mapToRegistry data Result {
749 silly mapToRegistry raw: 'ionic',
749 silly mapToRegistry scope: null,
749 silly mapToRegistry escapedName: 'ionic',
749 silly mapToRegistry name: 'ionic',
749 silly mapToRegistry rawSpec: '',
749 silly mapToRegistry spec: 'latest',
749 silly mapToRegistry type: 'tag' }
750 silly mapToRegistry uri https://registry.npmjs.org/ionic
751 verbose addNameVersion registry:https://registry.npmjs.org/ionic not in flight; fetching
752 silly resolveWithNewModule ionicons@3.0.0 checking installable status
753 silly cache add args [ 'ionicons@3.0.0', null ]
754 verbose cache add spec ionicons@3.0.0
755 silly cache add parsed spec Result {
755 silly cache add raw: 'ionicons@3.0.0',
755 silly cache add scope: null,
755 silly cache add escapedName: 'ionicons',
755 silly cache add name: 'ionicons',
755 silly cache add rawSpec: '3.0.0',
755 silly cache add spec: '3.0.0',
755 silly cache add type: 'version' }
756 silly addNamed ionicons@3.0.0
757 verbose addNamed "3.0.0" is a plain semver version for ionicons
758 silly mapToRegistry name ionicons
759 silly mapToRegistry using default registry
760 silly mapToRegistry registry https://registry.npmjs.org/
761 silly mapToRegistry data Result {
761 silly mapToRegistry raw: 'ionicons',
761 silly mapToRegistry scope: null,
761 silly mapToRegistry escapedName: 'ionicons',
761 silly mapToRegistry name: 'ionicons',
761 silly mapToRegistry rawSpec: '',
761 silly mapToRegistry spec: 'latest',
761 silly mapToRegistry type: 'tag' }
762 silly mapToRegistry uri https://registry.npmjs.org/ionicons
763 verbose addNameVersion registry:https://registry.npmjs.org/ionicons not in flight; fetching
764 silly resolveWithNewModule needle@2.1.0 checking installable status
765 silly cache add args [ 'needle@2.1.0', null ]
766 verbose cache add spec needle@2.1.0
767 silly cache add parsed spec Result {
767 silly cache add raw: 'needle@2.1.0',
767 silly cache add scope: null,
767 silly cache add escapedName: 'needle',
767 silly cache add name: 'needle',
767 silly cache add rawSpec: '2.1.0',
767 silly cache add spec: '2.1.0',
767 silly cache add type: 'version' }
768 silly addNamed needle@2.1.0
769 verbose addNamed "2.1.0" is a plain semver version for needle
770 silly mapToRegistry name needle
771 silly mapToRegistry using default registry
772 silly mapToRegistry registry https://registry.npmjs.org/
773 silly mapToRegistry data Result {
773 silly mapToRegistry raw: 'needle',
773 silly mapToRegistry scope: null,
773 silly mapToRegistry escapedName: 'needle',
773 silly mapToRegistry name: 'needle',
773 silly mapToRegistry rawSpec: '',
773 silly mapToRegistry spec: 'latest',
773 silly mapToRegistry type: 'tag' }
774 silly mapToRegistry uri https://registry.npmjs.org/needle
775 verbose addNameVersion registry:https://registry.npmjs.org/needle not in flight; fetching
776 silly resolveWithNewModule cordova@7.1.0 checking installable status
777 silly cache add args [ 'cordova@7.1.0', null ]
778 verbose cache add spec cordova@7.1.0
779 silly cache add parsed spec Result {
779 silly cache add raw: 'cordova@7.1.0',
779 silly cache add scope: null,
779 silly cache add escapedName: 'cordova',
779 silly cache add name: 'cordova',
779 silly cache add rawSpec: '7.1.0',
779 silly cache add spec: '7.1.0',
779 silly cache add type: 'version' }
780 silly addNamed cordova@7.1.0
781 verbose addNamed "7.1.0" is a plain semver version for cordova
782 silly mapToRegistry name cordova
783 silly mapToRegistry using default registry
784 silly mapToRegistry registry https://registry.npmjs.org/
785 silly mapToRegistry data Result {
785 silly mapToRegistry raw: 'cordova',
785 silly mapToRegistry scope: null,
785 silly mapToRegistry escapedName: 'cordova',
785 silly mapToRegistry name: 'cordova',
785 silly mapToRegistry rawSpec: '',
785 silly mapToRegistry spec: 'latest',
785 silly mapToRegistry type: 'tag' }
786 silly mapToRegistry uri https://registry.npmjs.org/cordova
787 verbose addNameVersion registry:https://registry.npmjs.org/cordova not in flight; fetching
788 silly resolveWithNewModule ionic-plugin-keyboard@2.2.1 checking installable status
789 silly cache add args [ 'ionic-plugin-keyboard@2.2.1', null ]
790 verbose cache add spec ionic-plugin-keyboard@2.2.1
791 silly cache add parsed spec Result {
791 silly cache add raw: 'ionic-plugin-keyboard@2.2.1',
791 silly cache add scope: null,
791 silly cache add escapedName: 'ionic-plugin-keyboard',
791 silly cache add name: 'ionic-plugin-keyboard',
791 silly cache add rawSpec: '2.2.1',
791 silly cache add spec: '2.2.1',
791 silly cache add type: 'version' }
792 silly addNamed ionic-plugin-keyboard@2.2.1
793 verbose addNamed "2.2.1" is a plain semver version for ionic-plugin-keyboard
794 silly mapToRegistry name ionic-plugin-keyboard
795 silly mapToRegistry using default registry
796 silly mapToRegistry registry https://registry.npmjs.org/
797 silly mapToRegistry data Result {
797 silly mapToRegistry raw: 'ionic-plugin-keyboard',
797 silly mapToRegistry scope: null,
797 silly mapToRegistry escapedName: 'ionic-plugin-keyboard',
797 silly mapToRegistry name: 'ionic-plugin-keyboard',
797 silly mapToRegistry rawSpec: '',
797 silly mapToRegistry spec: 'latest',
797 silly mapToRegistry type: 'tag' }
798 silly mapToRegistry uri https://registry.npmjs.org/ionic-plugin-keyboard
799 verbose addNameVersion registry:https://registry.npmjs.org/ionic-plugin-keyboard not in flight; fetching
800 silly resolveWithNewModule moment@2.19.3 checking installable status
801 silly cache add args [ 'moment@2.19.3', null ]
802 verbose cache add spec moment@2.19.3
803 silly cache add parsed spec Result {
803 silly cache add raw: 'moment@2.19.3',
803 silly cache add scope: null,
803 silly cache add escapedName: 'moment',
803 silly cache add name: 'moment',
803 silly cache add rawSpec: '2.19.3',
803 silly cache add spec: '2.19.3',
803 silly cache add type: 'version' }
804 silly addNamed moment@2.19.3
805 verbose addNamed "2.19.3" is a plain semver version for moment
806 silly mapToRegistry name moment
807 silly mapToRegistry using default registry
808 silly mapToRegistry registry https://registry.npmjs.org/
809 silly mapToRegistry data Result {
809 silly mapToRegistry raw: 'moment',
809 silly mapToRegistry scope: null,
809 silly mapToRegistry escapedName: 'moment',
809 silly mapToRegistry name: 'moment',
809 silly mapToRegistry rawSpec: '',
809 silly mapToRegistry spec: 'latest',
809 silly mapToRegistry type: 'tag' }
810 silly mapToRegistry uri https://registry.npmjs.org/moment
811 verbose addNameVersion registry:https://registry.npmjs.org/moment not in flight; fetching
812 silly resolveWithNewModule reflect-metadata@0.1.12 checking installable status
813 silly cache add args [ 'reflect-metadata@^0.1.3', null ]
814 verbose cache add spec reflect-metadata@^0.1.3
815 silly cache add parsed spec Result {
815 silly cache add raw: 'reflect-metadata@^0.1.3',
815 silly cache add scope: null,
815 silly cache add escapedName: 'reflect-metadata',
815 silly cache add name: 'reflect-metadata',
815 silly cache add rawSpec: '^0.1.3',
815 silly cache add spec: '>=0.1.3 <0.2.0',
815 silly cache add type: 'range' }
816 silly addNamed reflect-metadata@>=0.1.3 <0.2.0
817 verbose addNamed ">=0.1.3 <0.2.0" is a valid semver range for reflect-metadata
818 silly addNameRange { name: 'reflect-metadata',
818 silly addNameRange range: '>=0.1.3 <0.2.0',
818 silly addNameRange hasData: false }
819 silly mapToRegistry name reflect-metadata
820 silly mapToRegistry using default registry
821 silly mapToRegistry registry https://registry.npmjs.org/
822 silly mapToRegistry data Result {
822 silly mapToRegistry raw: 'reflect-metadata',
822 silly mapToRegistry scope: null,
822 silly mapToRegistry escapedName: 'reflect-metadata',
822 silly mapToRegistry name: 'reflect-metadata',
822 silly mapToRegistry rawSpec: '',
822 silly mapToRegistry spec: 'latest',
822 silly mapToRegistry type: 'tag' }
823 silly mapToRegistry uri https://registry.npmjs.org/reflect-metadata
824 verbose addNameRange registry:https://registry.npmjs.org/reflect-metadata not in flight; fetching
825 silly resolveWithNewModule cordova-plugin-whitelist@1.3.3 checking installable status
826 silly cache add args [ 'cordova-plugin-whitelist@1.3.3', null ]
827 verbose cache add spec cordova-plugin-whitelist@1.3.3
828 silly cache add parsed spec Result {
828 silly cache add raw: 'cordova-plugin-whitelist@1.3.3',
828 silly cache add scope: null,
828 silly cache add escapedName: 'cordova-plugin-whitelist',
828 silly cache add name: 'cordova-plugin-whitelist',
828 silly cache add rawSpec: '1.3.3',
828 silly cache add spec: '1.3.3',
828 silly cache add type: 'version' }
829 silly addNamed cordova-plugin-whitelist@1.3.3
830 verbose addNamed "1.3.3" is a plain semver version for cordova-plugin-whitelist
831 silly mapToRegistry name cordova-plugin-whitelist
832 silly mapToRegistry using default registry
833 silly mapToRegistry registry https://registry.npmjs.org/
834 silly mapToRegistry data Result {
834 silly mapToRegistry raw: 'cordova-plugin-whitelist',
834 silly mapToRegistry scope: null,
834 silly mapToRegistry escapedName: 'cordova-plugin-whitelist',
834 silly mapToRegistry name: 'cordova-plugin-whitelist',
834 silly mapToRegistry rawSpec: '',
834 silly mapToRegistry spec: 'latest',
834 silly mapToRegistry type: 'tag' }
835 silly mapToRegistry uri https://registry.npmjs.org/cordova-plugin-whitelist
836 verbose addNameVersion registry:https://registry.npmjs.org/cordova-plugin-whitelist not in flight; fetching
837 silly resolveWithNewModule extend@3.0.1 checking installable status
838 silly cache add args [ 'extend@3.0.1', null ]
839 verbose cache add spec extend@3.0.1
840 silly cache add parsed spec Result {
840 silly cache add raw: 'extend@3.0.1',
840 silly cache add scope: null,
840 silly cache add escapedName: 'extend',
840 silly cache add name: 'extend',
840 silly cache add rawSpec: '3.0.1',
840 silly cache add spec: '3.0.1',
840 silly cache add type: 'version' }
841 silly addNamed extend@3.0.1
842 verbose addNamed "3.0.1" is a plain semver version for extend
843 silly mapToRegistry name extend
844 silly mapToRegistry using default registry
845 silly mapToRegistry registry https://registry.npmjs.org/
846 silly mapToRegistry data Result {
846 silly mapToRegistry raw: 'extend',
846 silly mapToRegistry scope: null,
846 silly mapToRegistry escapedName: 'extend',
846 silly mapToRegistry name: 'extend',
846 silly mapToRegistry rawSpec: '',
846 silly mapToRegistry spec: 'latest',
846 silly mapToRegistry type: 'tag' }
847 silly mapToRegistry uri https://registry.npmjs.org/extend
848 verbose addNameVersion registry:https://registry.npmjs.org/extend not in flight; fetching
849 silly resolveWithNewModule ionic-angular@3.9.2 checking installable status
850 silly cache add args [ 'ionic-angular@3.9.2', null ]
851 verbose cache add spec ionic-angular@3.9.2
852 silly cache add parsed spec Result {
852 silly cache add raw: 'ionic-angular@3.9.2',
852 silly cache add scope: null,
852 silly cache add escapedName: 'ionic-angular',
852 silly cache add name: 'ionic-angular',
852 silly cache add rawSpec: '3.9.2',
852 silly cache add spec: '3.9.2',
852 silly cache add type: 'version' }
853 silly addNamed ionic-angular@3.9.2
854 verbose addNamed "3.9.2" is a plain semver version for ionic-angular
855 silly mapToRegistry name ionic-angular
856 silly mapToRegistry using default registry
857 silly mapToRegistry registry https://registry.npmjs.org/
858 silly mapToRegistry data Result {
858 silly mapToRegistry raw: 'ionic-angular',
858 silly mapToRegistry scope: null,
858 silly mapToRegistry escapedName: 'ionic-angular',
858 silly mapToRegistry name: 'ionic-angular',
858 silly mapToRegistry rawSpec: '',
858 silly mapToRegistry spec: 'latest',
858 silly mapToRegistry type: 'tag' }
859 silly mapToRegistry uri https://registry.npmjs.org/ionic-angular
860 verbose addNameVersion registry:https://registry.npmjs.org/ionic-angular not in flight; fetching
861 silly resolveWithNewModule svg-country-flags@1.1.3 checking installable status
862 silly cache add args [ 'svg-country-flags@1.1.3', null ]
863 verbose cache add spec svg-country-flags@1.1.3
864 silly cache add parsed spec Result {
864 silly cache add raw: 'svg-country-flags@1.1.3',
864 silly cache add scope: null,
864 silly cache add escapedName: 'svg-country-flags',
864 silly cache add name: 'svg-country-flags',
864 silly cache add rawSpec: '1.1.3',
864 silly cache add spec: '1.1.3',
864 silly cache add type: 'version' }
865 silly addNamed svg-country-flags@1.1.3
866 verbose addNamed "1.1.3" is a plain semver version for svg-country-flags
867 silly mapToRegistry name svg-country-flags
868 silly mapToRegistry using default registry
869 silly mapToRegistry registry https://registry.npmjs.org/
870 silly mapToRegistry data Result {
870 silly mapToRegistry raw: 'svg-country-flags',
870 silly mapToRegistry scope: null,
870 silly mapToRegistry escapedName: 'svg-country-flags',
870 silly mapToRegistry name: 'svg-country-flags',
870 silly mapToRegistry rawSpec: '',
870 silly mapToRegistry spec: 'latest',
870 silly mapToRegistry type: 'tag' }
871 silly mapToRegistry uri https://registry.npmjs.org/svg-country-flags
872 verbose addNameVersion registry:https://registry.npmjs.org/svg-country-flags not in flight; fetching
873 silly resolveWithNewModule glob@7.1.2 checking installable status
874 silly cache add args [ 'glob@7.1.2', null ]
875 verbose cache add spec glob@7.1.2
876 silly cache add parsed spec Result {
876 silly cache add raw: 'glob@7.1.2',
876 silly cache add scope: null,
876 silly cache add escapedName: 'glob',
876 silly cache add name: 'glob',
876 silly cache add rawSpec: '7.1.2',
876 silly cache add spec: '7.1.2',
876 silly cache add type: 'version' }
877 silly addNamed glob@7.1.2
878 verbose addNamed "7.1.2" is a plain semver version for glob
879 silly mapToRegistry name glob
880 silly mapToRegistry using default registry
881 silly mapToRegistry registry https://registry.npmjs.org/
882 silly mapToRegistry data Result {
882 silly mapToRegistry raw: 'glob',
882 silly mapToRegistry scope: null,
882 silly mapToRegistry escapedName: 'glob',
882 silly mapToRegistry name: 'glob',
882 silly mapToRegistry rawSpec: '',
882 silly mapToRegistry spec: 'latest',
882 silly mapToRegistry type: 'tag' }
883 silly mapToRegistry uri https://registry.npmjs.org/glob
884 verbose addNameVersion registry:https://registry.npmjs.org/glob not in flight; fetching
885 silly resolveWithNewModule cordova-ios@4.5.4 checking installable status
886 silly cache add args [ 'cordova-ios@4.5.4', null ]
887 verbose cache add spec cordova-ios@4.5.4
888 silly cache add parsed spec Result {
888 silly cache add raw: 'cordova-ios@4.5.4',
888 silly cache add scope: null,
888 silly cache add escapedName: 'cordova-ios',
888 silly cache add name: 'cordova-ios',
888 silly cache add rawSpec: '4.5.4',
888 silly cache add spec: '4.5.4',
888 silly cache add type: 'version' }
889 silly addNamed cordova-ios@4.5.4
890 verbose addNamed "4.5.4" is a plain semver version for cordova-ios
891 silly mapToRegistry name cordova-ios
892 silly mapToRegistry using default registry
893 silly mapToRegistry registry https://registry.npmjs.org/
894 silly mapToRegistry data Result {
894 silly mapToRegistry raw: 'cordova-ios',
894 silly mapToRegistry scope: null,
894 silly mapToRegistry escapedName: 'cordova-ios',
894 silly mapToRegistry name: 'cordova-ios',
894 silly mapToRegistry rawSpec: '',
894 silly mapToRegistry spec: 'latest',
894 silly mapToRegistry type: 'tag' }
895 silly mapToRegistry uri https://registry.npmjs.org/cordova-ios
896 verbose addNameVersion registry:https://registry.npmjs.org/cordova-ios not in flight; fetching
897 silly resolveWithNewModule rxjs@5.5.5 checking installable status
898 silly cache add args [ 'rxjs@5.5.5', null ]
899 verbose cache add spec rxjs@5.5.5
900 silly cache add parsed spec Result {
900 silly cache add raw: 'rxjs@5.5.5',
900 silly cache add scope: null,
900 silly cache add escapedName: 'rxjs',
900 silly cache add name: 'rxjs',
900 silly cache add rawSpec: '5.5.5',
900 silly cache add spec: '5.5.5',
900 silly cache add type: 'version' }
901 silly addNamed rxjs@5.5.5
902 verbose addNamed "5.5.5" is a plain semver version for rxjs
903 silly mapToRegistry name rxjs
904 silly mapToRegistry using default registry
905 silly mapToRegistry registry https://registry.npmjs.org/
906 silly mapToRegistry data Result {
906 silly mapToRegistry raw: 'rxjs',
906 silly mapToRegistry scope: null,
906 silly mapToRegistry escapedName: 'rxjs',
906 silly mapToRegistry name: 'rxjs',
906 silly mapToRegistry rawSpec: '',
906 silly mapToRegistry spec: 'latest',
906 silly mapToRegistry type: 'tag' }
907 silly mapToRegistry uri https://registry.npmjs.org/rxjs
908 verbose addNameVersion registry:https://registry.npmjs.org/rxjs not in flight; fetching
909 silly resolveWithNewModule ios-deploy@1.9.2 checking installable status
910 http 304 https://registry.npmjs.org/@angular%2fhttp
911 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
911 verbose headers connection: 'keep-alive',
911 verbose headers 'set-cookie': [ '__cfduid=d9be4572d6c5c76f0091320356272aaa71531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
911 verbose headers 'cache-control': 'public, max-age=14400',
911 verbose headers 'cf-cache-status': 'HIT',
911 verbose headers 'cf-ray': '43ca802e3a5f8a73-BOM',
911 verbose headers etag: '"6cf92337bc97bf2f460ac36608d6a188"',
911 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
911 verbose headers 'last-modified': 'Wed, 11 Jul 2018 21:43:27 GMT',
911 verbose headers vary: 'Accept-Encoding',
911 verbose headers server: 'cloudflare' }
912 silly get cb [ 304,
912 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
912 silly get connection: 'keep-alive',
912 silly get 'set-cookie': [ '__cfduid=d9be4572d6c5c76f0091320356272aaa71531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
912 silly get 'cache-control': 'public, max-age=14400',
912 silly get 'cf-cache-status': 'HIT',
912 silly get 'cf-ray': '43ca802e3a5f8a73-BOM',
912 silly get etag: '"6cf92337bc97bf2f460ac36608d6a188"',
912 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
912 silly get 'last-modified': 'Wed, 11 Jul 2018 21:43:27 GMT',
912 silly get vary: 'Accept-Encoding',
912 silly get server: 'cloudflare' } ]
913 verbose etag https://registry.npmjs.org/@angular%2fhttp from cache
914 verbose get saving @angular/http to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org_40angular_252fhttp.cache.json
915 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
916 http 304 https://registry.npmjs.org/@angular%2fcore
917 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
917 verbose headers connection: 'keep-alive',
917 verbose headers 'set-cookie': [ '__cfduid=d168824fd53bf66d66fb6ea792ae0e0921531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
917 verbose headers 'cache-control': 'public, max-age=14400',
917 verbose headers 'cf-cache-status': 'HIT',
917 verbose headers 'cf-ray': '43ca802e38ad8a79-BOM',
917 verbose headers etag: '"da8fc1785bfaf140cb143f1fb324e09b"',
917 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
917 verbose headers 'last-modified': 'Wed, 11 Jul 2018 21:43:45 GMT',
917 verbose headers vary: 'Accept-Encoding',
917 verbose headers server: 'cloudflare' }
918 silly get cb [ 304,
918 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
918 silly get connection: 'keep-alive',
918 silly get 'set-cookie': [ '__cfduid=d168824fd53bf66d66fb6ea792ae0e0921531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
918 silly get 'cache-control': 'public, max-age=14400',
918 silly get 'cf-cache-status': 'HIT',
918 silly get 'cf-ray': '43ca802e38ad8a79-BOM',
918 silly get etag: '"da8fc1785bfaf140cb143f1fb324e09b"',
918 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
918 silly get 'last-modified': 'Wed, 11 Jul 2018 21:43:45 GMT',
918 silly get vary: 'Accept-Encoding',
918 silly get server: 'cloudflare' } ]
919 verbose etag https://registry.npmjs.org/@angular%2fcore from cache
920 verbose get saving @angular/core to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org_40angular_252fcore.cache.json
921 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
922 http 304 https://registry.npmjs.org/@angular%2fplatform-browser
923 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
923 verbose headers connection: 'keep-alive',
923 verbose headers 'set-cookie': [ '__cfduid=d1d204af0bd8eb4edd73d03aec57ab4bf1531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
923 verbose headers 'cache-control': 'public, max-age=14400',
923 verbose headers 'cf-cache-status': 'HIT',
923 verbose headers 'cf-ray': '43ca802e3a328a4f-BOM',
923 verbose headers etag: '"f79402154b2f92bd2da997df9e26946a"',
923 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
923 verbose headers 'last-modified': 'Wed, 11 Jul 2018 21:43:14 GMT',
923 verbose headers vary: 'Accept-Encoding',
923 verbose headers server: 'cloudflare' }
924 silly get cb [ 304,
924 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
924 silly get connection: 'keep-alive',
924 silly get 'set-cookie': [ '__cfduid=d1d204af0bd8eb4edd73d03aec57ab4bf1531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
924 silly get 'cache-control': 'public, max-age=14400',
924 silly get 'cf-cache-status': 'HIT',
924 silly get 'cf-ray': '43ca802e3a328a4f-BOM',
924 silly get etag: '"f79402154b2f92bd2da997df9e26946a"',
924 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
924 silly get 'last-modified': 'Wed, 11 Jul 2018 21:43:14 GMT',
924 silly get vary: 'Accept-Encoding',
924 silly get server: 'cloudflare' } ]
925 verbose etag https://registry.npmjs.org/@angular%2fplatform-browser from cache
926 verbose get saving @angular/platform-browser to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org_40angular_252fplatform-browser.cache.json
927 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
928 http 304 https://registry.npmjs.org/@ionic-native%2fcore
929 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
929 verbose headers connection: 'keep-alive',
929 verbose headers 'set-cookie': [ '__cfduid=d168824fd53bf66d66fb6ea792ae0e0921531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
929 verbose headers 'cache-control': 'public, max-age=14400',
929 verbose headers 'cf-cache-status': 'HIT',
929 verbose headers 'cf-ray': '43ca802e389c8a79-BOM',
929 verbose headers etag: '"93e62ffac8d5d50c4248c3db0617b24c"',
929 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
929 verbose headers 'last-modified': 'Wed, 18 Jul 2018 20:22:58 GMT',
929 verbose headers vary: 'Accept-Encoding',
929 verbose headers server: 'cloudflare' }
930 silly get cb [ 304,
930 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
930 silly get connection: 'keep-alive',
930 silly get 'set-cookie': [ '__cfduid=d168824fd53bf66d66fb6ea792ae0e0921531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
930 silly get 'cache-control': 'public, max-age=14400',
930 silly get 'cf-cache-status': 'HIT',
930 silly get 'cf-ray': '43ca802e389c8a79-BOM',
930 silly get etag: '"93e62ffac8d5d50c4248c3db0617b24c"',
930 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
930 silly get 'last-modified': 'Wed, 18 Jul 2018 20:22:58 GMT',
930 silly get vary: 'Accept-Encoding',
930 silly get server: 'cloudflare' } ]
931 verbose etag https://registry.npmjs.org/@ionic-native%2fcore from cache
932 verbose get saving @ionic-native/core to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org_40ionic-native_252fcore.cache.json
933 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
934 http 304 https://registry.npmjs.org/@ionic-native%2fdevice
935 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
935 verbose headers connection: 'keep-alive',
935 verbose headers 'set-cookie': [ '__cfduid=daaea1c0811bfacf2673dd159b55e75511531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
935 verbose headers 'cache-control': 'public, max-age=14400',
935 verbose headers 'cf-cache-status': 'HIT',
935 verbose headers 'cf-ray': '43ca802e3a3a8a9d-BOM',
935 verbose headers etag: '"45ebce2745807fb50dac39c257a13859"',
935 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
935 verbose headers 'last-modified': 'Wed, 18 Jul 2018 20:25:45 GMT',
935 verbose headers vary: 'Accept-Encoding',
935 verbose headers server: 'cloudflare' }
936 silly get cb [ 304,
936 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
936 silly get connection: 'keep-alive',
936 silly get 'set-cookie': [ '__cfduid=daaea1c0811bfacf2673dd159b55e75511531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
936 silly get 'cache-control': 'public, max-age=14400',
936 silly get 'cf-cache-status': 'HIT',
936 silly get 'cf-ray': '43ca802e3a3a8a9d-BOM',
936 silly get etag: '"45ebce2745807fb50dac39c257a13859"',
936 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
936 silly get 'last-modified': 'Wed, 18 Jul 2018 20:25:45 GMT',
936 silly get vary: 'Accept-Encoding',
936 silly get server: 'cloudflare' } ]
937 verbose etag https://registry.npmjs.org/@ionic-native%2fdevice from cache
938 verbose get saving @ionic-native/device to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org_40ionic-native_252fdevice.cache.json
939 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
940 http 304 https://registry.npmjs.org/@ngx-translate%2fcore
941 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
941 verbose headers connection: 'keep-alive',
941 verbose headers 'set-cookie': [ '__cfduid=dc33aae9f289342b5d7d2c977825005fa1531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
941 verbose headers 'cache-control': 'public, max-age=14400',
941 verbose headers 'cf-cache-status': 'HIT',
941 verbose headers 'cf-ray': '43ca802e3feb8a85-BOM',
941 verbose headers etag: '"c9141a016e9a32829572725b9719b909"',
941 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
941 verbose headers 'last-modified': 'Wed, 23 May 2018 22:35:14 GMT',
941 verbose headers vary: 'Accept-Encoding',
941 verbose headers server: 'cloudflare' }
942 silly get cb [ 304,
942 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
942 silly get connection: 'keep-alive',
942 silly get 'set-cookie': [ '__cfduid=dc33aae9f289342b5d7d2c977825005fa1531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
942 silly get 'cache-control': 'public, max-age=14400',
942 silly get 'cf-cache-status': 'HIT',
942 silly get 'cf-ray': '43ca802e3feb8a85-BOM',
942 silly get etag: '"c9141a016e9a32829572725b9719b909"',
942 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
942 silly get 'last-modified': 'Wed, 23 May 2018 22:35:14 GMT',
942 silly get vary: 'Accept-Encoding',
942 silly get server: 'cloudflare' } ]
943 verbose etag https://registry.npmjs.org/@ngx-translate%2fcore from cache
944 verbose get saving @ngx-translate/core to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org_40ngx-translate_252fcore.cache.json
945 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
946 http 304 https://registry.npmjs.org/@ngx-translate%2fhttp-loader
947 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
947 verbose headers connection: 'keep-alive',
947 verbose headers 'set-cookie': [ '__cfduid=d84d5208f10e8116a1e843ac5a18704bf1531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
947 verbose headers 'cache-control': 'public, max-age=14400',
947 verbose headers 'cf-cache-status': 'HIT',
947 verbose headers 'cf-ray': '43ca802e4a228a67-BOM',
947 verbose headers etag: '"720f67722e74d4510b0bb372a6dfa7ec"',
947 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
947 verbose headers 'last-modified': 'Wed, 28 Mar 2018 10:14:12 GMT',
947 verbose headers vary: 'Accept-Encoding',
947 verbose headers server: 'cloudflare' }
948 silly get cb [ 304,
948 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
948 silly get connection: 'keep-alive',
948 silly get 'set-cookie': [ '__cfduid=d84d5208f10e8116a1e843ac5a18704bf1531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
948 silly get 'cache-control': 'public, max-age=14400',
948 silly get 'cf-cache-status': 'HIT',
948 silly get 'cf-ray': '43ca802e4a228a67-BOM',
948 silly get etag: '"720f67722e74d4510b0bb372a6dfa7ec"',
948 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
948 silly get 'last-modified': 'Wed, 28 Mar 2018 10:14:12 GMT',
948 silly get vary: 'Accept-Encoding',
948 silly get server: 'cloudflare' } ]
949 verbose etag https://registry.npmjs.org/@ngx-translate%2fhttp-loader from cache
950 verbose get saving @ngx-translate/http-loader to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org_40ngx-translate_252fhttp-loader.cache.json
951 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
952 http 304 https://registry.npmjs.org/@ionic-native%2fstatus-bar
953 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
953 verbose headers connection: 'keep-alive',
953 verbose headers 'set-cookie': [ '__cfduid=d84d5208f10e8116a1e843ac5a18704bf1531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
953 verbose headers 'cache-control': 'public, max-age=14400',
953 verbose headers 'cf-cache-status': 'HIT',
953 verbose headers 'cf-ray': '43ca802e3a1f8a67-BOM',
953 verbose headers etag: '"49eef924cc333dc11841a23957f3d292"',
953 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
953 verbose headers 'last-modified': 'Wed, 18 Jul 2018 20:32:35 GMT',
953 verbose headers vary: 'Accept-Encoding',
953 verbose headers server: 'cloudflare' }
954 silly get cb [ 304,
954 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
954 silly get connection: 'keep-alive',
954 silly get 'set-cookie': [ '__cfduid=d84d5208f10e8116a1e843ac5a18704bf1531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
954 silly get 'cache-control': 'public, max-age=14400',
954 silly get 'cf-cache-status': 'HIT',
954 silly get 'cf-ray': '43ca802e3a1f8a67-BOM',
954 silly get etag: '"49eef924cc333dc11841a23957f3d292"',
954 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
954 silly get 'last-modified': 'Wed, 18 Jul 2018 20:32:35 GMT',
954 silly get vary: 'Accept-Encoding',
954 silly get server: 'cloudflare' } ]
955 verbose etag https://registry.npmjs.org/@ionic-native%2fstatus-bar from cache
956 verbose get saving @ionic-native/status-bar to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org_40ionic-native_252fstatus-bar.cache.json
957 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
958 http 304 https://registry.npmjs.org/@ionic%2fstorage
959 verbose headers { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
959 verbose headers connection: 'keep-alive',
959 verbose headers 'set-cookie': [ '__cfduid=d659f5d12f9afe802cb7a7d27e82986f71531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
959 verbose headers 'cache-control': 'public, max-age=14400',
959 verbose headers 'cf-cache-status': 'HIT',
959 verbose headers 'cf-ray': '43ca802e4a438a91-BOM',
959 verbose headers etag: '"c7b5a48b51eeb825032806845ce208af"',
959 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
959 verbose headers 'last-modified': 'Mon, 16 Jul 2018 19:11:56 GMT',
959 verbose headers vary: 'Accept-Encoding',
959 verbose headers server: 'cloudflare' }
960 silly get cb [ 304,
960 silly get { date: 'Thu, 19 Jul 2018 04:38:49 GMT',
960 silly get connection: 'keep-alive',
960 silly get 'set-cookie': [ '__cfduid=d659f5d12f9afe802cb7a7d27e82986f71531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
960 silly get 'cache-control': 'public, max-age=14400',
960 silly get 'cf-cache-status': 'HIT',
960 silly get 'cf-ray': '43ca802e4a438a91-BOM',
960 silly get etag: '"c7b5a48b51eeb825032806845ce208af"',
960 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
960 silly get 'last-modified': 'Mon, 16 Jul 2018 19:11:56 GMT',
960 silly get vary: 'Accept-Encoding',
960 silly get server: 'cloudflare' } ]
961 verbose etag https://registry.npmjs.org/@ionic%2fstorage from cache
962 verbose get saving @ionic/storage to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org_40ionic_252fstorage.cache.json
963 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
964 silly resolveWithNewModule cordova-sqlite-storage@2.1.2 checking installable status
965 silly cache add args [ 'cordova-sqlite-storage@2.1.2', null ]
966 verbose cache add spec cordova-sqlite-storage@2.1.2
967 silly cache add parsed spec Result {
967 silly cache add raw: 'cordova-sqlite-storage@2.1.2',
967 silly cache add scope: null,
967 silly cache add escapedName: 'cordova-sqlite-storage',
967 silly cache add name: 'cordova-sqlite-storage',
967 silly cache add rawSpec: '2.1.2',
967 silly cache add spec: '2.1.2',
967 silly cache add type: 'version' }
968 silly addNamed cordova-sqlite-storage@2.1.2
969 verbose addNamed "2.1.2" is a plain semver version for cordova-sqlite-storage
970 silly mapToRegistry name cordova-sqlite-storage
971 silly mapToRegistry using default registry
972 silly mapToRegistry registry https://registry.npmjs.org/
973 silly mapToRegistry data Result {
973 silly mapToRegistry raw: 'cordova-sqlite-storage',
973 silly mapToRegistry scope: null,
973 silly mapToRegistry escapedName: 'cordova-sqlite-storage',
973 silly mapToRegistry name: 'cordova-sqlite-storage',
973 silly mapToRegistry rawSpec: '',
973 silly mapToRegistry spec: 'latest',
973 silly mapToRegistry type: 'tag' }
974 silly mapToRegistry uri https://registry.npmjs.org/cordova-sqlite-storage
975 verbose addNameVersion registry:https://registry.npmjs.org/cordova-sqlite-storage not in flight; fetching
976 silly resolveWithNewModule cordova-android@6.3.0 checking installable status
977 silly cache add args [ 'cordova-android@6.3.0', null ]
978 verbose cache add spec cordova-android@6.3.0
979 silly cache add parsed spec Result {
979 silly cache add raw: 'cordova-android@6.3.0',
979 silly cache add scope: null,
979 silly cache add escapedName: 'cordova-android',
979 silly cache add name: 'cordova-android',
979 silly cache add rawSpec: '6.3.0',
979 silly cache add spec: '6.3.0',
979 silly cache add type: 'version' }
980 silly addNamed cordova-android@6.3.0
981 verbose addNamed "6.3.0" is a plain semver version for cordova-android
982 silly mapToRegistry name cordova-android
983 silly mapToRegistry using default registry
984 silly mapToRegistry registry https://registry.npmjs.org/
985 silly mapToRegistry data Result {
985 silly mapToRegistry raw: 'cordova-android',
985 silly mapToRegistry scope: null,
985 silly mapToRegistry escapedName: 'cordova-android',
985 silly mapToRegistry name: 'cordova-android',
985 silly mapToRegistry rawSpec: '',
985 silly mapToRegistry spec: 'latest',
985 silly mapToRegistry type: 'tag' }
986 silly mapToRegistry uri https://registry.npmjs.org/cordova-android
987 verbose addNameVersion registry:https://registry.npmjs.org/cordova-android not in flight; fetching
988 silly validateExistingRemote git+https://github.com/apache/cordova-plugin-statusbar.git remote.origin.url: https://github.com/apache/cordova-plugin-statusbar.git
989 verbose validateExistingRemote git+https://github.com/apache/cordova-plugin-statusbar.git is updating existing cached remote C:\Users\25923\AppData\Roaming\npm-cache_git-remotes\git-https-github-com-apache-cordova-plugin-statusbar-git-c66a3d92
990 silly resolveWithNewModule cordova-plugin-device@1.1.7 checking installable status
991 silly cache add args [ 'cordova-plugin-device@1.1.7', null ]
992 verbose cache add spec cordova-plugin-device@1.1.7
993 silly cache add parsed spec Result {
993 silly cache add raw: 'cordova-plugin-device@1.1.7',
993 silly cache add scope: null,
993 silly cache add escapedName: 'cordova-plugin-device',
993 silly cache add name: 'cordova-plugin-device',
993 silly cache add rawSpec: '1.1.7',
993 silly cache add spec: '1.1.7',
993 silly cache add type: 'version' }
994 silly addNamed cordova-plugin-device@1.1.7
995 verbose addNamed "1.1.7" is a plain semver version for cordova-plugin-device
996 silly mapToRegistry name cordova-plugin-device
997 silly mapToRegistry using default registry
998 silly mapToRegistry registry https://registry.npmjs.org/
999 silly mapToRegistry data Result {
999 silly mapToRegistry raw: 'cordova-plugin-device',
999 silly mapToRegistry scope: null,
999 silly mapToRegistry escapedName: 'cordova-plugin-device',
999 silly mapToRegistry name: 'cordova-plugin-device',
999 silly mapToRegistry rawSpec: '',
999 silly mapToRegistry spec: 'latest',
999 silly mapToRegistry type: 'tag' }
1000 silly mapToRegistry uri https://registry.npmjs.org/cordova-plugin-device
1001 verbose addNameVersion registry:https://registry.npmjs.org/cordova-plugin-device not in flight; fetching
1002 silly resolveWithNewModule fs-extra@4.0.3 checking installable status
1003 silly cache add args [ 'fs-extra@4.0.3', null ]
1004 verbose cache add spec fs-extra@4.0.3
1005 silly cache add parsed spec Result {
1005 silly cache add raw: 'fs-extra@4.0.3',
1005 silly cache add scope: null,
1005 silly cache add escapedName: 'fs-extra',
1005 silly cache add name: 'fs-extra',
1005 silly cache add rawSpec: '4.0.3',
1005 silly cache add spec: '4.0.3',
1005 silly cache add type: 'version' }
1006 silly addNamed fs-extra@4.0.3
1007 verbose addNamed "4.0.3" is a plain semver version for fs-extra
1008 silly mapToRegistry name fs-extra
1009 silly mapToRegistry using default registry
1010 silly mapToRegistry registry https://registry.npmjs.org/
1011 silly mapToRegistry data Result {
1011 silly mapToRegistry raw: 'fs-extra',
1011 silly mapToRegistry scope: null,
1011 silly mapToRegistry escapedName: 'fs-extra',
1011 silly mapToRegistry name: 'fs-extra',
1011 silly mapToRegistry rawSpec: '',
1011 silly mapToRegistry spec: 'latest',
1011 silly mapToRegistry type: 'tag' }
1012 silly mapToRegistry uri https://registry.npmjs.org/fs-extra
1013 verbose addNameVersion registry:https://registry.npmjs.org/fs-extra not in flight; fetching
1014 verbose get https://registry.npmjs.org/cordova-plugin-ionic-webview not expired, no request
1015 verbose get https://registry.npmjs.org/cordova-plugin-globalization not expired, no request
1016 silly resolveWithNewModule sw-toolbox@3.6.0 checking installable status
1017 silly cache add args [ 'sw-toolbox@3.6.0', null ]
1018 verbose cache add spec sw-toolbox@3.6.0
1019 silly cache add parsed spec Result {
1019 silly cache add raw: 'sw-toolbox@3.6.0',
1019 silly cache add scope: null,
1019 silly cache add escapedName: 'sw-toolbox',
1019 silly cache add name: 'sw-toolbox',
1019 silly cache add rawSpec: '3.6.0',
1019 silly cache add spec: '3.6.0',
1019 silly cache add type: 'version' }
1020 silly addNamed sw-toolbox@3.6.0
1021 verbose addNamed "3.6.0" is a plain semver version for sw-toolbox
1022 silly mapToRegistry name sw-toolbox
1023 silly mapToRegistry using default registry
1024 silly mapToRegistry registry https://registry.npmjs.org/
1025 silly mapToRegistry data Result {
1025 silly mapToRegistry raw: 'sw-toolbox',
1025 silly mapToRegistry scope: null,
1025 silly mapToRegistry escapedName: 'sw-toolbox',
1025 silly mapToRegistry name: 'sw-toolbox',
1025 silly mapToRegistry rawSpec: '',
1025 silly mapToRegistry spec: 'latest',
1025 silly mapToRegistry type: 'tag' }
1026 silly mapToRegistry uri https://registry.npmjs.org/sw-toolbox
1027 verbose addNameVersion registry:https://registry.npmjs.org/sw-toolbox not in flight; fetching
1028 verbose get https://registry.npmjs.org/cordova-plugin-splashscreen not expired, no request
1029 verbose get https://registry.npmjs.org/ionic not expired, no request
1030 verbose get https://registry.npmjs.org/ionicons not expired, no request
1031 verbose get https://registry.npmjs.org/needle not expired, no request
1032 verbose get https://registry.npmjs.org/ionic-plugin-keyboard not expired, no request
1033 verbose get https://registry.npmjs.org/moment not expired, no request
1034 verbose get https://registry.npmjs.org/reflect-metadata not expired, no request
1035 silly addNameRange number 2 { name: 'reflect-metadata',
1035 silly addNameRange range: '>=0.1.3 <0.2.0',
1035 silly addNameRange hasData: true }
1036 silly addNameRange versions [ 'reflect-metadata',
1036 silly addNameRange [ '0.0.2',
1036 silly addNameRange '0.0.3',
1036 silly addNameRange '0.1.0',
1036 silly addNameRange '0.1.1',
1036 silly addNameRange '0.1.2',
1036 silly addNameRange '0.1.3',
1036 silly addNameRange '0.1.4',
1036 silly addNameRange '0.1.5',
1036 silly addNameRange '0.1.6',
1036 silly addNameRange '0.1.7',
1036 silly addNameRange '0.1.8',
1036 silly addNameRange '0.1.9',
1036 silly addNameRange '0.1.10',
1036 silly addNameRange '0.1.12' ] ]
1037 silly addNamed reflect-metadata@0.1.12
1038 verbose addNamed "0.1.12" is a plain semver version for reflect-metadata
1039 verbose get https://registry.npmjs.org/cordova-plugin-whitelist not expired, no request
1040 verbose get https://registry.npmjs.org/extend not expired, no request
1041 verbose get https://registry.npmjs.org/cordova not expired, no request
1042 verbose get https://registry.npmjs.org/ionic-angular not expired, no request
1043 silly resolveWithNewModule zone.js@0.8.18 checking installable status
1044 silly cache add args [ 'zone.js@0.8.18', null ]
1045 verbose cache add spec zone.js@0.8.18
1046 silly cache add parsed spec Result {
1046 silly cache add raw: 'zone.js@0.8.18',
1046 silly cache add scope: null,
1046 silly cache add escapedName: 'zone.js',
1046 silly cache add name: 'zone.js',
1046 silly cache add rawSpec: '0.8.18',
1046 silly cache add spec: '0.8.18',
1046 silly cache add type: 'version' }
1047 silly addNamed zone.js@0.8.18
1048 verbose addNamed "0.8.18" is a plain semver version for zone.js
1049 silly mapToRegistry name zone.js
1050 silly mapToRegistry using default registry
1051 silly mapToRegistry registry https://registry.npmjs.org/
1052 silly mapToRegistry data Result {
1052 silly mapToRegistry raw: 'zone.js',
1052 silly mapToRegistry scope: null,
1052 silly mapToRegistry escapedName: 'zone.js',
1052 silly mapToRegistry name: 'zone.js',
1052 silly mapToRegistry rawSpec: '',
1052 silly mapToRegistry spec: 'latest',
1052 silly mapToRegistry type: 'tag' }
1053 silly mapToRegistry uri https://registry.npmjs.org/zone.js
1054 verbose addNameVersion registry:https://registry.npmjs.org/zone.js not in flight; fetching
1055 silly resolveWithNewModule com.telerik.plugins.nativepagetransitions@0.6.5 checking installable status
1056 silly cache add args [ 'com.telerik.plugins.nativepagetransitions@0.6.5', null ]
1057 verbose cache add spec com.telerik.plugins.nativepagetransitions@0.6.5
1058 silly cache add parsed spec Result {
1058 silly cache add raw: 'com.telerik.plugins.nativepagetransitions@0.6.5',
1058 silly cache add scope: null,
1058 silly cache add escapedName: 'com.telerik.plugins.nativepagetransitions',
1058 silly cache add name: 'com.telerik.plugins.nativepagetransitions',
1058 silly cache add rawSpec: '0.6.5',
1058 silly cache add spec: '0.6.5',
1058 silly cache add type: 'version' }
1059 silly addNamed com.telerik.plugins.nativepagetransitions@0.6.5
1060 verbose addNamed "0.6.5" is a plain semver version for com.telerik.plugins.nativepagetransitions
1061 silly mapToRegistry name com.telerik.plugins.nativepagetransitions
1062 silly mapToRegistry using default registry
1063 silly mapToRegistry registry https://registry.npmjs.org/
1064 silly mapToRegistry data Result {
1064 silly mapToRegistry raw: 'com.telerik.plugins.nativepagetransitions',
1064 silly mapToRegistry scope: null,
1064 silly mapToRegistry escapedName: 'com.telerik.plugins.nativepagetransitions',
1064 silly mapToRegistry name: 'com.telerik.plugins.nativepagetransitions',
1064 silly mapToRegistry rawSpec: '',
1064 silly mapToRegistry spec: 'latest',
1064 silly mapToRegistry type: 'tag' }
1065 silly mapToRegistry uri https://registry.npmjs.org/com.telerik.plugins.nativepagetransitions
1066 verbose addNameVersion registry:https://registry.npmjs.org/com.telerik.plugins.nativepagetransitions not in flight; fetching
1067 verbose get https://registry.npmjs.org/svg-country-flags not expired, no request
1068 verbose get https://registry.npmjs.org/glob not expired, no request
1069 verbose get https://registry.npmjs.org/rxjs not expired, no request
1070 verbose get https://registry.npmjs.org/cordova-ios not expired, no request
1071 verbose get https://registry.npmjs.org/cordova-sqlite-storage not expired, no request
1072 verbose get https://registry.npmjs.org/cordova-android not expired, no request
1073 verbose get https://registry.npmjs.org/cordova-plugin-device not expired, no request
1074 verbose get https://registry.npmjs.org/fs-extra not expired, no request
1075 verbose get https://registry.npmjs.org/sw-toolbox not expired, no request
1076 verbose get https://registry.npmjs.org/zone.js not expired, no request
1077 verbose get https://registry.npmjs.org/com.telerik.plugins.nativepagetransitions not expired, no request
1078 silly cache afterAdd cordova-plugin-ionic-webview@1.1.16
1079 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\cordova-plugin-ionic-webview\1.1.16\package\package.json not in flight; writing
1080 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1081 silly cache afterAdd cordova-plugin-globalization@1.0.8
1082 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\cordova-plugin-globalization\1.0.8\package\package.json not in flight; writing
1083 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1084 silly cache afterAdd ionic-plugin-keyboard@2.2.1
1085 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\ionic-plugin-keyboard\2.2.1\package\package.json not in flight; writing
1086 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1087 silly cache afterAdd ionicons@3.0.0
1088 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\ionicons\3.0.0\package\package.json not in flight; writing
1089 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1090 silly cache afterAdd cordova-plugin-splashscreen@4.1.0
1091 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\cordova-plugin-splashscreen\4.1.0\package\package.json not in flight; writing
1092 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1093 silly cache afterAdd reflect-metadata@0.1.12
1094 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\reflect-metadata\0.1.12\package\package.json not in flight; writing
1095 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1096 silly cache afterAdd moment@2.19.3
1097 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\moment\2.19.3\package\package.json not in flight; writing
1098 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1099 silly cache afterAdd cordova-plugin-whitelist@1.3.3
1100 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\cordova-plugin-whitelist\1.3.3\package\package.json not in flight; writing
1101 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1102 silly resolveWithNewModule @angular/http@5.1.0 checking installable status
1103 silly cache add args [ '@angular/http@5.1.0', null ]
1104 verbose cache add spec @angular/http@5.1.0
1105 silly cache add parsed spec Result {
1105 silly cache add raw: '@angular/http@5.1.0',
1105 silly cache add scope: '@angular',
1105 silly cache add escapedName: '@angular%2fhttp',
1105 silly cache add name: '@angular/http',
1105 silly cache add rawSpec: '5.1.0',
1105 silly cache add spec: '5.1.0',
1105 silly cache add type: 'version' }
1106 silly addNamed @angular/http@5.1.0
1107 verbose addNamed "5.1.0" is a plain semver version for @angular/http
1108 silly mapToRegistry name @angular/http
1109 silly mapToRegistry scope (from package name) @angular
1110 verbose mapToRegistry no registry URL found in name for scope @angular
1111 silly mapToRegistry using default registry
1112 silly mapToRegistry registry https://registry.npmjs.org/
1113 silly mapToRegistry data Result {
1113 silly mapToRegistry raw: '@angular/http',
1113 silly mapToRegistry scope: '@angular',
1113 silly mapToRegistry escapedName: '@angular%2fhttp',
1113 silly mapToRegistry name: '@angular/http',
1113 silly mapToRegistry rawSpec: '',
1113 silly mapToRegistry spec: 'latest',
1113 silly mapToRegistry type: 'tag' }
1114 silly mapToRegistry uri https://registry.npmjs.org/@angular%2fhttp
1115 verbose addNameVersion registry:https://registry.npmjs.org/@angular%2fhttp not in flight; fetching
1116 silly resolveWithNewModule @angular/core@5.1.0 checking installable status
1117 silly cache add args [ '@angular/core@5.1.0', null ]
1118 verbose cache add spec @angular/core@5.1.0
1119 silly cache add parsed spec Result {
1119 silly cache add raw: '@angular/core@5.1.0',
1119 silly cache add scope: '@angular',
1119 silly cache add escapedName: '@angular%2fcore',
1119 silly cache add name: '@angular/core',
1119 silly cache add rawSpec: '5.1.0',
1119 silly cache add spec: '5.1.0',
1119 silly cache add type: 'version' }
1120 silly addNamed @angular/core@5.1.0
1121 verbose addNamed "5.1.0" is a plain semver version for @angular/core
1122 silly mapToRegistry name @angular/core
1123 silly mapToRegistry scope (from package name) @angular
1124 verbose mapToRegistry no registry URL found in name for scope @angular
1125 silly mapToRegistry using default registry
1126 silly mapToRegistry registry https://registry.npmjs.org/
1127 silly mapToRegistry data Result {
1127 silly mapToRegistry raw: '@angular/core',
1127 silly mapToRegistry scope: '@angular',
1127 silly mapToRegistry escapedName: '@angular%2fcore',
1127 silly mapToRegistry name: '@angular/core',
1127 silly mapToRegistry rawSpec: '',
1127 silly mapToRegistry spec: 'latest',
1127 silly mapToRegistry type: 'tag' }
1128 silly mapToRegistry uri https://registry.npmjs.org/@angular%2fcore
1129 verbose addNameVersion registry:https://registry.npmjs.org/@angular%2fcore not in flight; fetching
1130 silly cache afterAdd extend@3.0.1
1131 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\extend\3.0.1\package\package.json not in flight; writing
1132 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1133 silly cache afterAdd svg-country-flags@1.1.3
1134 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\svg-country-flags\1.1.3\package\package.json not in flight; writing
1135 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1136 silly cache afterAdd ionic-angular@3.9.2
1137 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\ionic-angular\3.9.2\package\package.json not in flight; writing
1138 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1139 silly resolveWithNewModule @angular/platform-browser@5.1.0 checking installable status
1140 silly cache add args [ '@angular/platform-browser@5.1.0', null ]
1141 verbose cache add spec @angular/platform-browser@5.1.0
1142 silly cache add parsed spec Result {
1142 silly cache add raw: '@angular/platform-browser@5.1.0',
1142 silly cache add scope: '@angular',
1142 silly cache add escapedName: '@angular%2fplatform-browser',
1142 silly cache add name: '@angular/platform-browser',
1142 silly cache add rawSpec: '5.1.0',
1142 silly cache add spec: '5.1.0',
1142 silly cache add type: 'version' }
1143 silly addNamed @angular/platform-browser@5.1.0
1144 verbose addNamed "5.1.0" is a plain semver version for @angular/platform-browser
1145 silly mapToRegistry name @angular/platform-browser
1146 silly mapToRegistry scope (from package name) @angular
1147 verbose mapToRegistry no registry URL found in name for scope @angular
1148 silly mapToRegistry using default registry
1149 silly mapToRegistry registry https://registry.npmjs.org/
1150 silly mapToRegistry data Result {
1150 silly mapToRegistry raw: '@angular/platform-browser',
1150 silly mapToRegistry scope: '@angular',
1150 silly mapToRegistry escapedName: '@angular%2fplatform-browser',
1150 silly mapToRegistry name: '@angular/platform-browser',
1150 silly mapToRegistry rawSpec: '',
1150 silly mapToRegistry spec: 'latest',
1150 silly mapToRegistry type: 'tag' }
1151 silly mapToRegistry uri https://registry.npmjs.org/@angular%2fplatform-browser
1152 verbose addNameVersion registry:https://registry.npmjs.org/@angular%2fplatform-browser not in flight; fetching
1153 silly resolveWithNewModule @ngx-translate/core@9.0.1 checking installable status
1154 silly cache add args [ '@ngx-translate/core@9.0.1', null ]
1155 verbose cache add spec @ngx-translate/core@9.0.1
1156 silly cache add parsed spec Result {
1156 silly cache add raw: '@ngx-translate/core@9.0.1',
1156 silly cache add scope: '@ngx-translate',
1156 silly cache add escapedName: '@ngx-translate%2fcore',
1156 silly cache add name: '@ngx-translate/core',
1156 silly cache add rawSpec: '9.0.1',
1156 silly cache add spec: '9.0.1',
1156 silly cache add type: 'version' }
1157 silly addNamed @ngx-translate/core@9.0.1
1158 verbose addNamed "9.0.1" is a plain semver version for @ngx-translate/core
1159 silly mapToRegistry name @ngx-translate/core
1160 silly mapToRegistry scope (from package name) @ngx-translate
1161 verbose mapToRegistry no registry URL found in name for scope @ngx-translate
1162 silly mapToRegistry using default registry
1163 silly mapToRegistry registry https://registry.npmjs.org/
1164 silly mapToRegistry data Result {
1164 silly mapToRegistry raw: '@ngx-translate/core',
1164 silly mapToRegistry scope: '@ngx-translate',
1164 silly mapToRegistry escapedName: '@ngx-translate%2fcore',
1164 silly mapToRegistry name: '@ngx-translate/core',
1164 silly mapToRegistry rawSpec: '',
1164 silly mapToRegistry spec: 'latest',
1164 silly mapToRegistry type: 'tag' }
1165 silly mapToRegistry uri https://registry.npmjs.org/@ngx-translate%2fcore
1166 verbose addNameVersion registry:https://registry.npmjs.org/@ngx-translate%2fcore not in flight; fetching
1167 silly resolveWithNewModule @ionic-native/core@4.4.2 checking installable status
1168 silly cache add args [ '@ionic-native/core@4.4.2', null ]
1169 verbose cache add spec @ionic-native/core@4.4.2
1170 silly cache add parsed spec Result {
1170 silly cache add raw: '@ionic-native/core@4.4.2',
1170 silly cache add scope: '@ionic-native',
1170 silly cache add escapedName: '@ionic-native%2fcore',
1170 silly cache add name: '@ionic-native/core',
1170 silly cache add rawSpec: '4.4.2',
1170 silly cache add spec: '4.4.2',
1170 silly cache add type: 'version' }
1171 silly addNamed @ionic-native/core@4.4.2
1172 verbose addNamed "4.4.2" is a plain semver version for @ionic-native/core
1173 silly mapToRegistry name @ionic-native/core
1174 silly mapToRegistry scope (from package name) @ionic-native
1175 verbose mapToRegistry no registry URL found in name for scope @ionic-native
1176 silly mapToRegistry using default registry
1177 silly mapToRegistry registry https://registry.npmjs.org/
1178 silly mapToRegistry data Result {
1178 silly mapToRegistry raw: '@ionic-native/core',
1178 silly mapToRegistry scope: '@ionic-native',
1178 silly mapToRegistry escapedName: '@ionic-native%2fcore',
1178 silly mapToRegistry name: '@ionic-native/core',
1178 silly mapToRegistry rawSpec: '',
1178 silly mapToRegistry spec: 'latest',
1178 silly mapToRegistry type: 'tag' }
1179 silly mapToRegistry uri https://registry.npmjs.org/@ionic-native%2fcore
1180 verbose addNameVersion registry:https://registry.npmjs.org/@ionic-native%2fcore not in flight; fetching
1181 silly cache afterAdd glob@7.1.2
1182 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\glob\7.1.2\package\package.json not in flight; writing
1183 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1184 silly cache afterAdd rxjs@5.5.5
1185 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\rxjs\5.5.5\package\package.json not in flight; writing
1186 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1187 silly cache afterAdd needle@2.1.0
1188 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\needle\2.1.0\package\package.json not in flight; writing
1189 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1190 silly cache afterAdd ionic@3.19.0
1191 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\ionic\3.19.0\package\package.json not in flight; writing
1192 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1193 silly resolveWithNewModule @ionic-native/status-bar@4.4.2 checking installable status
1194 silly cache add args [ '@ionic-native/status-bar@4.4.2', null ]
1195 verbose cache add spec @ionic-native/status-bar@4.4.2
1196 silly cache add parsed spec Result {
1196 silly cache add raw: '@ionic-native/status-bar@4.4.2',
1196 silly cache add scope: '@ionic-native',
1196 silly cache add escapedName: '@ionic-native%2fstatus-bar',
1196 silly cache add name: '@ionic-native/status-bar',
1196 silly cache add rawSpec: '4.4.2',
1196 silly cache add spec: '4.4.2',
1196 silly cache add type: 'version' }
1197 silly addNamed @ionic-native/status-bar@4.4.2
1198 verbose addNamed "4.4.2" is a plain semver version for @ionic-native/status-bar
1199 silly mapToRegistry name @ionic-native/status-bar
1200 silly mapToRegistry scope (from package name) @ionic-native
1201 verbose mapToRegistry no registry URL found in name for scope @ionic-native
1202 silly mapToRegistry using default registry
1203 silly mapToRegistry registry https://registry.npmjs.org/
1204 silly mapToRegistry data Result {
1204 silly mapToRegistry raw: '@ionic-native/status-bar',
1204 silly mapToRegistry scope: '@ionic-native',
1204 silly mapToRegistry escapedName: '@ionic-native%2fstatus-bar',
1204 silly mapToRegistry name: '@ionic-native/status-bar',
1204 silly mapToRegistry rawSpec: '',
1204 silly mapToRegistry spec: 'latest',
1204 silly mapToRegistry type: 'tag' }
1205 silly mapToRegistry uri https://registry.npmjs.org/@ionic-native%2fstatus-bar
1206 verbose addNameVersion registry:https://registry.npmjs.org/@ionic-native%2fstatus-bar not in flight; fetching
1207 silly resolveWithNewModule @ngx-translate/http-loader@2.0.0 checking installable status
1208 silly cache add args [ '@ngx-translate/http-loader@2.0.0', null ]
1209 verbose cache add spec @ngx-translate/http-loader@2.0.0
1210 silly cache add parsed spec Result {
1210 silly cache add raw: '@ngx-translate/http-loader@2.0.0',
1210 silly cache add scope: '@ngx-translate',
1210 silly cache add escapedName: '@ngx-translate%2fhttp-loader',
1210 silly cache add name: '@ngx-translate/http-loader',
1210 silly cache add rawSpec: '2.0.0',
1210 silly cache add spec: '2.0.0',
1210 silly cache add type: 'version' }
1211 silly addNamed @ngx-translate/http-loader@2.0.0
1212 verbose addNamed "2.0.0" is a plain semver version for @ngx-translate/http-loader
1213 silly mapToRegistry name @ngx-translate/http-loader
1214 silly mapToRegistry scope (from package name) @ngx-translate
1215 verbose mapToRegistry no registry URL found in name for scope @ngx-translate
1216 silly mapToRegistry using default registry
1217 silly mapToRegistry registry https://registry.npmjs.org/
1218 silly mapToRegistry data Result {
1218 silly mapToRegistry raw: '@ngx-translate/http-loader',
1218 silly mapToRegistry scope: '@ngx-translate',
1218 silly mapToRegistry escapedName: '@ngx-translate%2fhttp-loader',
1218 silly mapToRegistry name: '@ngx-translate/http-loader',
1218 silly mapToRegistry rawSpec: '',
1218 silly mapToRegistry spec: 'latest',
1218 silly mapToRegistry type: 'tag' }
1219 silly mapToRegistry uri https://registry.npmjs.org/@ngx-translate%2fhttp-loader
1220 verbose addNameVersion registry:https://registry.npmjs.org/@ngx-translate%2fhttp-loader not in flight; fetching
1221 silly resolveWithNewModule @ionic-native/device@4.4.2 checking installable status
1222 silly cache add args [ '@ionic-native/device@4.4.2', null ]
1223 verbose cache add spec @ionic-native/device@4.4.2
1224 silly cache add parsed spec Result {
1224 silly cache add raw: '@ionic-native/device@4.4.2',
1224 silly cache add scope: '@ionic-native',
1224 silly cache add escapedName: '@ionic-native%2fdevice',
1224 silly cache add name: '@ionic-native/device',
1224 silly cache add rawSpec: '4.4.2',
1224 silly cache add spec: '4.4.2',
1224 silly cache add type: 'version' }
1225 silly addNamed @ionic-native/device@4.4.2
1226 verbose addNamed "4.4.2" is a plain semver version for @ionic-native/device
1227 silly mapToRegistry name @ionic-native/device
1228 silly mapToRegistry scope (from package name) @ionic-native
1229 verbose mapToRegistry no registry URL found in name for scope @ionic-native
1230 silly mapToRegistry using default registry
1231 silly mapToRegistry registry https://registry.npmjs.org/
1232 silly mapToRegistry data Result {
1232 silly mapToRegistry raw: '@ionic-native/device',
1232 silly mapToRegistry scope: '@ionic-native',
1232 silly mapToRegistry escapedName: '@ionic-native%2fdevice',
1232 silly mapToRegistry name: '@ionic-native/device',
1232 silly mapToRegistry rawSpec: '',
1232 silly mapToRegistry spec: 'latest',
1232 silly mapToRegistry type: 'tag' }
1233 silly mapToRegistry uri https://registry.npmjs.org/@ionic-native%2fdevice
1234 verbose addNameVersion registry:https://registry.npmjs.org/@ionic-native%2fdevice not in flight; fetching
1235 silly resolveWithNewModule @ionic/storage@2.1.3 checking installable status
1236 silly cache add args [ '@ionic/storage@2.1.3', null ]
1237 verbose cache add spec @ionic/storage@2.1.3
1238 silly cache add parsed spec Result {
1238 silly cache add raw: '@ionic/storage@2.1.3',
1238 silly cache add scope: '@Ionic',
1238 silly cache add escapedName: '@Ionic%2fstorage',
1238 silly cache add name: '@ionic/storage',
1238 silly cache add rawSpec: '2.1.3',
1238 silly cache add spec: '2.1.3',
1238 silly cache add type: 'version' }
1239 silly addNamed @ionic/storage@2.1.3
1240 verbose addNamed "2.1.3" is a plain semver version for @ionic/storage
1241 silly mapToRegistry name @ionic/storage
1242 silly mapToRegistry scope (from package name) @Ionic
1243 verbose mapToRegistry no registry URL found in name for scope @Ionic
1244 silly mapToRegistry using default registry
1245 silly mapToRegistry registry https://registry.npmjs.org/
1246 silly mapToRegistry data Result {
1246 silly mapToRegistry raw: '@ionic/storage',
1246 silly mapToRegistry scope: '@Ionic',
1246 silly mapToRegistry escapedName: '@Ionic%2fstorage',
1246 silly mapToRegistry name: '@ionic/storage',
1246 silly mapToRegistry rawSpec: '',
1246 silly mapToRegistry spec: 'latest',
1246 silly mapToRegistry type: 'tag' }
1247 silly mapToRegistry uri https://registry.npmjs.org/@ionic%2fstorage
1248 verbose addNameVersion registry:https://registry.npmjs.org/@ionic%2fstorage not in flight; fetching
1249 silly cache afterAdd cordova@7.1.0
1250 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\cordova\7.1.0\package\package.json not in flight; writing
1251 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1252 silly cache afterAdd cordova-ios@4.5.4
1253 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\cordova-ios\4.5.4\package\package.json not in flight; writing
1254 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1255 silly cache afterAdd cordova-sqlite-storage@2.1.2
1256 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\cordova-sqlite-storage\2.1.2\package\package.json not in flight; writing
1257 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1258 silly cache afterAdd cordova-android@6.3.0
1259 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\cordova-android\6.3.0\package\package.json not in flight; writing
1260 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1261 silly cache afterAdd cordova-plugin-device@1.1.7
1262 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\cordova-plugin-device\1.1.7\package\package.json not in flight; writing
1263 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1264 silly cache afterAdd fs-extra@4.0.3
1265 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\fs-extra\4.0.3\package\package.json not in flight; writing
1266 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1267 verbose get https://registry.npmjs.org/@angular%2fhttp not expired, no request
1268 silly cache afterAdd zone.js@0.8.18
1269 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\zone.js\0.8.18\package\package.json not in flight; writing
1270 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1271 verbose get https://registry.npmjs.org/@angular%2fcore not expired, no request
1272 verbose get https://registry.npmjs.org/@angular%2fplatform-browser not expired, no request
1273 verbose get https://registry.npmjs.org/@ngx-translate%2fcore not expired, no request
1274 verbose get https://registry.npmjs.org/@ionic-native%2fcore not expired, no request
1275 silly cache afterAdd sw-toolbox@3.6.0
1276 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\sw-toolbox\3.6.0\package\package.json not in flight; writing
1277 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1278 silly cache afterAdd com.telerik.plugins.nativepagetransitions@0.6.5
1279 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\com.telerik.plugins.nativepagetransitions\0.6.5\package\package.json not in flight; writing
1280 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1281 verbose get https://registry.npmjs.org/@ionic-native%2fstatus-bar not expired, no request
1282 verbose get https://registry.npmjs.org/@ngx-translate%2fhttp-loader not expired, no request
1283 verbose get https://registry.npmjs.org/@ionic%2fstorage not expired, no request
1284 verbose get https://registry.npmjs.org/@ionic-native%2fdevice not expired, no request
1285 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\cordova-plugin-ionic-webview\1.1.16\package\package.json written
1286 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\cordova-plugin-globalization\1.0.8\package\package.json written
1287 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\ionic-plugin-keyboard\2.2.1\package\package.json written
1288 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\ionicons\3.0.0\package\package.json written
1289 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\cordova-plugin-splashscreen\4.1.0\package\package.json written
1290 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\reflect-metadata\0.1.12\package\package.json written
1291 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\moment\2.19.3\package\package.json written
1292 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\cordova-plugin-whitelist\1.3.3\package\package.json written
1293 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\svg-country-flags\1.1.3\package\package.json written
1294 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\extend\3.0.1\package\package.json written
1295 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\ionic-angular\3.9.2\package\package.json written
1296 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\rxjs\5.5.5\package\package.json written
1297 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\glob\7.1.2\package\package.json written
1298 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\needle\2.1.0\package\package.json written
1299 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\ionic\3.19.0\package\package.json written
1300 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\cordova\7.1.0\package\package.json written
1301 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\cordova-sqlite-storage\2.1.2\package\package.json written
1302 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\cordova-ios\4.5.4\package\package.json written
1303 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\cordova-android\6.3.0\package\package.json written
1304 silly cache afterAdd @angular/http@5.1.0
1305 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache@angular\http\5.1.0\package\package.json not in flight; writing
1306 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1307 silly cache afterAdd @angular/core@5.1.0
1308 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache@angular\core\5.1.0\package\package.json not in flight; writing
1309 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1310 silly cache afterAdd @angular/platform-browser@5.1.0
1311 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache@angular\platform-browser\5.1.0\package\package.json not in flight; writing
1312 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1313 silly cache afterAdd @ngx-translate/core@9.0.1
1314 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache@ngx-translate\core\9.0.1\package\package.json not in flight; writing
1315 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1316 silly cache afterAdd @ionic-native/core@4.4.2
1317 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache@ionic-native\core\4.4.2\package\package.json not in flight; writing
1318 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1319 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\cordova-plugin-device\1.1.7\package\package.json written
1320 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\fs-extra\4.0.3\package\package.json written
1321 silly cache afterAdd @ngx-translate/http-loader@2.0.0
1322 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache@ngx-translate\http-loader\2.0.0\package\package.json not in flight; writing
1323 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1324 silly cache afterAdd @ionic-native/status-bar@4.4.2
1325 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache@ionic-native\status-bar\4.4.2\package\package.json not in flight; writing
1326 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1327 silly cache afterAdd @ionic/storage@2.1.3
1328 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache@ionic\storage\2.1.3\package\package.json not in flight; writing
1329 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1330 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\zone.js\0.8.18\package\package.json written
1331 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\sw-toolbox\3.6.0\package\package.json written
1332 http 304 https://registry.npmjs.org/@ionic-native%2fglobalization
1333 verbose headers { date: 'Thu, 19 Jul 2018 04:38:50 GMT',
1333 verbose headers connection: 'keep-alive',
1333 verbose headers 'set-cookie': [ '__cfduid=d7c17e6ba1775baa74baaa634f91dd3991531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
1333 verbose headers 'cache-control': 'public, max-age=14400',
1333 verbose headers 'cf-cache-status': 'HIT',
1333 verbose headers 'cf-ray': '43ca802e39878a7f-BOM',
1333 verbose headers etag: '"0c6308d91d5210b6cd100ee657f3ee2c"',
1333 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
1333 verbose headers 'last-modified': 'Wed, 18 Jul 2018 20:27:13 GMT',
1333 verbose headers vary: 'Accept-Encoding',
1333 verbose headers server: 'cloudflare' }
1334 silly get cb [ 304,
1334 silly get { date: 'Thu, 19 Jul 2018 04:38:50 GMT',
1334 silly get connection: 'keep-alive',
1334 silly get 'set-cookie': [ '__cfduid=d7c17e6ba1775baa74baaa634f91dd3991531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
1334 silly get 'cache-control': 'public, max-age=14400',
1334 silly get 'cf-cache-status': 'HIT',
1334 silly get 'cf-ray': '43ca802e39878a7f-BOM',
1334 silly get etag: '"0c6308d91d5210b6cd100ee657f3ee2c"',
1334 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
1334 silly get 'last-modified': 'Wed, 18 Jul 2018 20:27:13 GMT',
1334 silly get vary: 'Accept-Encoding',
1334 silly get server: 'cloudflare' } ]
1335 verbose etag https://registry.npmjs.org/@ionic-native%2fglobalization from cache
1336 verbose get saving @ionic-native/globalization to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org_40ionic-native_252fglobalization.cache.json
1337 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1338 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\com.telerik.plugins.nativepagetransitions\0.6.5\package\package.json written
1339 silly cache afterAdd @ionic-native/device@4.4.2
1340 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache@ionic-native\device\4.4.2\package\package.json not in flight; writing
1341 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1342 http 304 https://registry.npmjs.org/@angular%2fcompiler
1343 verbose headers { date: 'Thu, 19 Jul 2018 04:38:50 GMT',
1343 verbose headers connection: 'keep-alive',
1343 verbose headers 'set-cookie': [ '__cfduid=dc407d277b0758bd9e4383f1e13bf24811531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
1343 verbose headers 'cache-control': 'public, max-age=14400',
1343 verbose headers 'cf-cache-status': 'HIT',
1343 verbose headers 'cf-ray': '43ca802e2b478a49-BOM',
1343 verbose headers etag: '"37f59c394955bc60619b4ca48f1d98ed"',
1343 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
1343 verbose headers 'last-modified': 'Wed, 11 Jul 2018 21:44:02 GMT',
1343 verbose headers vary: 'Accept-Encoding',
1343 verbose headers server: 'cloudflare' }
1344 silly get cb [ 304,
1344 silly get { date: 'Thu, 19 Jul 2018 04:38:50 GMT',
1344 silly get connection: 'keep-alive',
1344 silly get 'set-cookie': [ '__cfduid=dc407d277b0758bd9e4383f1e13bf24811531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
1344 silly get 'cache-control': 'public, max-age=14400',
1344 silly get 'cf-cache-status': 'HIT',
1344 silly get 'cf-ray': '43ca802e2b478a49-BOM',
1344 silly get etag: '"37f59c394955bc60619b4ca48f1d98ed"',
1344 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
1344 silly get 'last-modified': 'Wed, 11 Jul 2018 21:44:02 GMT',
1344 silly get vary: 'Accept-Encoding',
1344 silly get server: 'cloudflare' } ]
1345 verbose etag https://registry.npmjs.org/@angular%2fcompiler from cache
1346 verbose get saving @angular/compiler to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org_40angular_252fcompiler.cache.json
1347 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1348 http 304 https://registry.npmjs.org/@angular%2fcommon
1349 verbose headers { date: 'Thu, 19 Jul 2018 04:38:50 GMT',
1349 verbose headers connection: 'keep-alive',
1349 verbose headers 'set-cookie': [ '__cfduid=d61da4403d4e0eb84ace780e417744e711531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
1349 verbose headers 'cache-control': 'public, max-age=14400',
1349 verbose headers 'cf-cache-status': 'HIT',
1349 verbose headers 'cf-ray': '43ca802e2d368a6d-BOM',
1349 verbose headers etag: '"bd6cb26a44e887aa657c96da93dd1a84"',
1349 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
1349 verbose headers 'last-modified': 'Wed, 11 Jul 2018 21:44:11 GMT',
1349 verbose headers vary: 'Accept-Encoding',
1349 verbose headers server: 'cloudflare' }
1350 silly get cb [ 304,
1350 silly get { date: 'Thu, 19 Jul 2018 04:38:50 GMT',
1350 silly get connection: 'keep-alive',
1350 silly get 'set-cookie': [ '__cfduid=d61da4403d4e0eb84ace780e417744e711531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
1350 silly get 'cache-control': 'public, max-age=14400',
1350 silly get 'cf-cache-status': 'HIT',
1350 silly get 'cf-ray': '43ca802e2d368a6d-BOM',
1350 silly get etag: '"bd6cb26a44e887aa657c96da93dd1a84"',
1350 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
1350 silly get 'last-modified': 'Wed, 11 Jul 2018 21:44:11 GMT',
1350 silly get vary: 'Accept-Encoding',
1350 silly get server: 'cloudflare' } ]
1351 verbose etag https://registry.npmjs.org/@angular%2fcommon from cache
1352 verbose get saving @angular/common to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org_40angular_252fcommon.cache.json
1353 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1354 http 304 https://registry.npmjs.org/@angular%2fforms
1355 verbose headers { date: 'Thu, 19 Jul 2018 04:38:50 GMT',
1355 verbose headers connection: 'keep-alive',
1355 verbose headers 'set-cookie': [ '__cfduid=db6bcc46f7d6a224880f7eb6c5a02153a1531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
1355 verbose headers 'cache-control': 'public, max-age=14400',
1355 verbose headers 'cf-cache-status': 'HIT',
1355 verbose headers 'cf-ray': '43ca802e4b0c8a5b-BOM',
1355 verbose headers etag: '"b1ef369a4ffe76d5a38f2a585cbb631b"',
1355 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
1355 verbose headers 'last-modified': 'Wed, 11 Jul 2018 21:43:33 GMT',
1355 verbose headers vary: 'Accept-Encoding',
1355 verbose headers server: 'cloudflare' }
1356 silly get cb [ 304,
1356 silly get { date: 'Thu, 19 Jul 2018 04:38:50 GMT',
1356 silly get connection: 'keep-alive',
1356 silly get 'set-cookie': [ '__cfduid=db6bcc46f7d6a224880f7eb6c5a02153a1531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
1356 silly get 'cache-control': 'public, max-age=14400',
1356 silly get 'cf-cache-status': 'HIT',
1356 silly get 'cf-ray': '43ca802e4b0c8a5b-BOM',
1356 silly get etag: '"b1ef369a4ffe76d5a38f2a585cbb631b"',
1356 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
1356 silly get 'last-modified': 'Wed, 11 Jul 2018 21:43:33 GMT',
1356 silly get vary: 'Accept-Encoding',
1356 silly get server: 'cloudflare' } ]
1357 verbose etag https://registry.npmjs.org/@angular%2fforms from cache
1358 verbose get saving @angular/forms to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org_40angular_252fforms.cache.json
1359 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1360 http 304 https://registry.npmjs.org/@ionic-native%2fsplash-screen
1361 verbose headers { date: 'Thu, 19 Jul 2018 04:38:50 GMT',
1361 verbose headers connection: 'keep-alive',
1361 verbose headers 'set-cookie': [ '__cfduid=d1d204af0bd8eb4edd73d03aec57ab4bf1531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
1361 verbose headers 'cache-control': 'public, max-age=14400',
1361 verbose headers 'cf-cache-status': 'HIT',
1361 verbose headers 'cf-ray': '43ca802e3a2d8a4f-BOM',
1361 verbose headers etag: '"d258ab27c3ea36581f261b9f5468f873"',
1361 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
1361 verbose headers 'last-modified': 'Wed, 18 Jul 2018 20:31:57 GMT',
1361 verbose headers vary: 'Accept-Encoding',
1361 verbose headers server: 'cloudflare' }
1362 silly get cb [ 304,
1362 silly get { date: 'Thu, 19 Jul 2018 04:38:50 GMT',
1362 silly get connection: 'keep-alive',
1362 silly get 'set-cookie': [ '__cfduid=d1d204af0bd8eb4edd73d03aec57ab4bf1531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
1362 silly get 'cache-control': 'public, max-age=14400',
1362 silly get 'cf-cache-status': 'HIT',
1362 silly get 'cf-ray': '43ca802e3a2d8a4f-BOM',
1362 silly get etag: '"d258ab27c3ea36581f261b9f5468f873"',
1362 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
1362 silly get 'last-modified': 'Wed, 18 Jul 2018 20:31:57 GMT',
1362 silly get vary: 'Accept-Encoding',
1362 silly get server: 'cloudflare' } ]
1363 verbose etag https://registry.npmjs.org/@ionic-native%2fsplash-screen from cache
1364 verbose get saving @ionic-native/splash-screen to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org_40ionic-native_252fsplash-screen.cache.json
1365 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1366 http 304 https://registry.npmjs.org/@angular%2fplatform-browser-dynamic
1367 verbose headers { date: 'Thu, 19 Jul 2018 04:38:50 GMT',
1367 verbose headers connection: 'keep-alive',
1367 verbose headers 'set-cookie': [ '__cfduid=de2e2aee02ec7ee666dc1ce516a0090581531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
1367 verbose headers 'cache-control': 'public, max-age=14400',
1367 verbose headers 'cf-cache-status': 'HIT',
1367 verbose headers 'cf-ray': '43ca802e3aa48aa3-BOM',
1367 verbose headers etag: '"7d61a373e7019e283b40944b50d6ca58"',
1367 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
1367 verbose headers 'last-modified': 'Wed, 11 Jul 2018 21:43:07 GMT',
1367 verbose headers vary: 'Accept-Encoding',
1367 verbose headers server: 'cloudflare' }
1368 silly get cb [ 304,
1368 silly get { date: 'Thu, 19 Jul 2018 04:38:50 GMT',
1368 silly get connection: 'keep-alive',
1368 silly get 'set-cookie': [ '__cfduid=de2e2aee02ec7ee666dc1ce516a0090581531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
1368 silly get 'cache-control': 'public, max-age=14400',
1368 silly get 'cf-cache-status': 'HIT',
1368 silly get 'cf-ray': '43ca802e3aa48aa3-BOM',
1368 silly get etag: '"7d61a373e7019e283b40944b50d6ca58"',
1368 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
1368 silly get 'last-modified': 'Wed, 11 Jul 2018 21:43:07 GMT',
1368 silly get vary: 'Accept-Encoding',
1368 silly get server: 'cloudflare' } ]
1369 verbose etag https://registry.npmjs.org/@angular%2fplatform-browser-dynamic from cache
1370 verbose get saving @angular/platform-browser-dynamic to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org_40angular_252fplatform-browser-dynamic.cache.json
1371 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1372 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache@angular\http\5.1.0\package\package.json written
1373 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache@angular\platform-browser\5.1.0\package\package.json written
1374 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache@angular\core\5.1.0\package\package.json written
1375 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache@ngx-translate\core\9.0.1\package\package.json written
1376 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache@ionic-native\core\4.4.2\package\package.json written
1377 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache@ngx-translate\http-loader\2.0.0\package\package.json written
1378 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache@ionic-native\status-bar\4.4.2\package\package.json written
1379 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache@ionic\storage\2.1.3\package\package.json written
1380 http 304 https://registry.npmjs.org/@angular%2fcompiler-cli
1381 verbose headers { date: 'Thu, 19 Jul 2018 04:38:50 GMT',
1381 verbose headers connection: 'keep-alive',
1381 verbose headers 'set-cookie': [ '__cfduid=dc33aae9f289342b5d7d2c977825005fa1531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
1381 verbose headers 'cache-control': 'public, max-age=14400',
1381 verbose headers 'cf-cache-status': 'HIT',
1381 verbose headers 'cf-ray': '43ca802e3fea8a85-BOM',
1381 verbose headers etag: '"1210f7c532670ad47b8150420a752c67"',
1381 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
1381 verbose headers 'last-modified': 'Wed, 11 Jul 2018 21:43:50 GMT',
1381 verbose headers vary: 'Accept-Encoding',
1381 verbose headers server: 'cloudflare' }
1382 silly get cb [ 304,
1382 silly get { date: 'Thu, 19 Jul 2018 04:38:50 GMT',
1382 silly get connection: 'keep-alive',
1382 silly get 'set-cookie': [ '__cfduid=dc33aae9f289342b5d7d2c977825005fa1531975129; expires=Fri, 19-Jul-19 04:38:49 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
1382 silly get 'cache-control': 'public, max-age=14400',
1382 silly get 'cf-cache-status': 'HIT',
1382 silly get 'cf-ray': '43ca802e3fea8a85-BOM',
1382 silly get etag: '"1210f7c532670ad47b8150420a752c67"',
1382 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
1382 silly get 'last-modified': 'Wed, 11 Jul 2018 21:43:50 GMT',
1382 silly get vary: 'Accept-Encoding',
1382 silly get server: 'cloudflare' } ]
1383 verbose etag https://registry.npmjs.org/@angular%2fcompiler-cli from cache
1384 verbose get saving @angular/compiler-cli to C:\Users\25923\AppData\Roaming\npm-cache\registry.npmjs.org_40angular_252fcompiler-cli.cache.json
1385 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
1386 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache@ionic-native\device\4.4.2\package\package.json written
1387 silly resolveWithNewModule @ionic-native/globalization@4.4.2 checking installable status
1388 silly cache add args [ '@ionic-native/globalization@4.4.2', null ]
1389 verbose cache add spec @ionic-native/globalization@4.4.2
1390 silly cache add parsed spec Result {
1390 silly cache add raw: '@ionic-native/globalization@4.4.2',
1390 silly cache add scope: '@ionic-native',
1390 silly cache add escapedName: '@ionic-native%2fglobalization',
1390 silly cache add name: '@ionic-native/globalization',
1390 silly cache add rawSpec: '4.4.2',
1390 silly cache add spec: '4.4.2',
1390 silly cache add type: 'version' }
1391 silly addNamed @ionic-native/globalization@4.4.2
1392 verbose addNamed "4.4.2" is a plain semver version for @ionic-native/globalization
1393 silly mapToRegistry name @ionic-native/globalization
1394 silly mapToRegistry scope (from package name) @ionic-native
1395 verbose mapToRegistry no registry URL found in name for scope @ionic-native
1396 silly mapToRegistry using default registry
1397 silly mapToRegistry registry https://registry.npmjs.org/
1398 silly mapToRegistry data Result {
1398 silly mapToRegistry raw: '@ionic-native/globalization',
1398 silly mapToRegistry scope: '@ionic-native',
1398 silly mapToRegistry escapedName: '@ionic-native%2fglobalization',
1398 silly mapToRegistry name: '@ionic-native/globalization',
1398 silly mapToRegistry rawSpec: '',
1398 silly mapToRegistry spec: 'latest',
1398 silly mapToRegistry type: 'tag' }
1399 silly mapToRegistry uri https://registry.npmjs.org/@ionic-native%2fglobalization
1400 verbose addNameVersion registry:https://registry.npmjs.org/@ionic-native%2fglobalization not in flight; fetching
1401 silly resolveWithNewModule @angular/compiler@5.1.0 checking installable status
1402 silly cache add args [ '@angular/compiler@5.1.0', null ]
1403 verbose cache add spec @angular/compiler@5.1.0
1404 silly cache add parsed spec Result {
1404 silly cache add raw: '@angular/compiler@5.1.0',
1404 silly cache add scope: '@angular',
1404 silly cache add escapedName: '@angular%2fcompiler',
1404 silly cache add name: '@angular/compiler',
1404 silly cache add rawSpec: '5.1.0',
1404 silly cache add spec: '5.1.0',
1404 silly cache add type: 'version' }
1405 silly addNamed @angular/compiler@5.1.0
1406 verbose addNamed "5.1.0" is a plain semver version for @angular/compiler
1407 silly mapToRegistry name @angular/compiler
1408 silly mapToRegistry scope (from package name) @angular
1409 verbose mapToRegistry no registry URL found in name for scope @angular
1410 silly mapToRegistry using default registry
1411 silly mapToRegistry registry https://registry.npmjs.org/
1412 silly mapToRegistry data Result {
1412 silly mapToRegistry raw: '@angular/compiler',
1412 silly mapToRegistry scope: '@angular',
1412 silly mapToRegistry escapedName: '@angular%2fcompiler',
1412 silly mapToRegistry name: '@angular/compiler',
1412 silly mapToRegistry rawSpec: '',
1412 silly mapToRegistry spec: 'latest',
1412 silly mapToRegistry type: 'tag' }
1413 silly mapToRegistry uri https://registry.npmjs.org/@angular%2fcompiler
1414 verbose addNameVersion registry:https://registry.npmjs.org/@angular%2fcompiler not in flight; fetching
1415 silly resolveWithNewModule @angular/forms@5.1.0 checking installable status
1416 silly cache add args [ '@angular/forms@5.1.0', null ]
1417 verbose cache add spec @angular/forms@5.1.0
1418 silly cache add parsed spec Result {
1418 silly cache add raw: '@angular/forms@5.1.0',
1418 silly cache add scope: '@angular',
1418 silly cache add escapedName: '@angular%2fforms',
1418 silly cache add name: '@angular/forms',
1418 silly cache add rawSpec: '5.1.0',
1418 silly cache add spec: '5.1.0',
1418 silly cache add type: 'version' }
1419 silly addNamed @angular/forms@5.1.0
1420 verbose addNamed "5.1.0" is a plain semver version for @angular/forms
1421 silly mapToRegistry name @angular/forms
1422 silly mapToRegistry scope (from package name) @angular
1423 verbose mapToRegistry no registry URL found in name for scope @angular
1424 silly mapToRegistry using default registry
1425 silly mapToRegistry registry https://registry.npmjs.org/
1426 silly mapToRegistry data Result {
1426 silly mapToRegistry raw: '@angular/forms',
1426 silly mapToRegistry scope: '@angular',
1426 silly mapToRegistry escapedName: '@angular%2fforms',
1426 silly mapToRegistry name: '@angular/forms',
1426 silly mapToRegistry rawSpec: '',
1426 silly mapToRegistry spec: 'latest',
1426 silly mapToRegistry type: 'tag' }
1427 silly mapToRegistry uri https://registry.npmjs.org/@angular%2fforms
1428 verbose addNameVersion registry:https://registry.npmjs.org/@angular%2fforms not in flight; fetching
1429 silly resolveWithNewModule @angular/common@5.1.0 checking installable status
1430 silly cache add args [ '@angular/common@5.1.0', null ]
1431 verbose cache add spec @angular/common@5.1.0
1432 silly cache add parsed spec Result {
1432 silly cache add raw: '@angular/common@5.1.0',
1432 silly cache add scope: '@angular',
1432 silly cache add escapedName: '@angular%2fcommon',
1432 silly cache add name: '@angular/common',
1432 silly cache add rawSpec: '5.1.0',
1432 silly cache add spec: '5.1.0',
1432 silly cache add type: 'version' }
1433 silly addNamed @angular/common@5.1.0
1434 verbose addNamed "5.1.0" is a plain semver version for @angular/common
1435 silly mapToRegistry name @angular/common
1436 silly mapToRegistry scope (from package name) @angular
1437 verbose mapToRegistry no registry URL found in name for scope @angular
1438 silly mapToRegistry using default registry
1439 silly mapToRegistry registry https://registry.npmjs.org/
1440 silly mapToRegistry data Result {
1440 silly mapToRegistry raw: '@angular/common',
1440 silly mapToRegistry scope: '@angular',
1440 silly mapToRegistry escapedName: '@angular%2fcommon',
1440 silly mapToRegistry name: '@angular/common',
1440 silly mapToRegistry rawSpec: '',
1440 silly mapToRegistry spec: 'latest',
1440 silly mapToRegistry type: 'tag' }
1441 silly mapToRegistry uri https://registry.npmjs.org/@angular%2fcommon
1442 verbose addNameVersion registry:https://registry.npmjs.org/@angular%2fcommon not in flight; fetching
1443 silly resolveWithNewModule @ionic-native/splash-screen@4.4.2 checking installable status
1444 silly cache add args [ '@ionic-native/splash-screen@4.4.2', null ]
1445 verbose cache add spec @ionic-native/splash-screen@4.4.2

6287 verbose updateRemote git fetch -a origin (https://github.com/apache/cordova-plugin-statusbar.git)
6288 verbose setPermissions git+https://github.com/apache/cordova-plugin-statusbar.git skipping chownr on Windows
6289 verbose resolveHead git+https://github.com/apache/cordova-plugin-statusbar.git original treeish: master
6290 info git [ 'rev-list', '-n1', 'master' ]
6291 silly resolveHead git+https://github.com/apache/cordova-plugin-statusbar.git resolved treeish: ecf8ccd164e26d86417e54a327ca346006ee0b84
6292 verbose resolveHead git+https://github.com/apache/cordova-plugin-statusbar.git resolved Git URL: git+https://github.com/apache/cordova-plugin-statusbar.git#ecf8ccd164e26d86417e54a327ca346006ee0b84
6293 silly resolveHead Git working directory: C:\Users\25923\AppData\Local\Temp\npm-7324-1694c0ba\git-cache-d328e299\ecf8ccd164e26d86417e54a327ca346006ee0b84
6294 info git [ 'clone',
6294 info git 'C:\Users\25923\AppData\Roaming\npm-cache\_git-remotes\git-https-github-com-apache-cordova-plugin-statusbar-git-c66a3d92',
6294 info git 'C:\Users\25923\AppData\Local\Temp\npm-7324-1694c0ba\git-cache-d328e299\ecf8ccd164e26d86417e54a327ca346006ee0b84' ]
6295 silly addBundled read tarball
6296 silly cleanup remove extracted module
6297 silly addBundled read tarball
6298 silly cleanup remove extracted module
6299 verbose cloneResolved git+https://github.com/apache/cordova-plugin-statusbar.git clone Cloning into 'C:\Users\25923\AppData\Local\Temp\npm-7324-1694c0ba\git-cache-d328e299\ecf8ccd164e26d86417e54a327ca346006ee0b84'...
6299 verbose cloneResolved done.
6300 info git [ 'checkout', 'ecf8ccd164e26d86417e54a327ca346006ee0b84' ]
6301 verbose checkoutTreeish git+https://github.com/apache/cordova-plugin-statusbar.git checkout Note: checking out 'ecf8ccd164e26d86417e54a327ca346006ee0b84'.
6301 verbose checkoutTreeish
6301 verbose checkoutTreeish You are in 'detached HEAD' state. You can look around, make experimental
6301 verbose checkoutTreeish changes and commit them, and you can discard any commits you make in this
6301 verbose checkoutTreeish state without impacting any branches by performing another checkout.
6301 verbose checkoutTreeish
6301 verbose checkoutTreeish If you want to create a new branch to retain commits you create, you may
6301 verbose checkoutTreeish do so (now or later) by using -b with the checkout command again. Example:
6301 verbose checkoutTreeish
6301 verbose checkoutTreeish git checkout -b
6301 verbose checkoutTreeish
6301 verbose checkoutTreeish HEAD is now at ecf8ccd... remove second title headline
6302 info git [ 'submodule', '-q', 'update', '--init', '--recursive' ]
6303 verbose updateSubmodules git+https://github.com/apache/cordova-plugin-statusbar.git submodule update
6304 verbose addLocalDirectory C:\Users\25923\AppData\Roaming\npm-cache\cordova-plugin-statusbar\2.4.3-dev\package.tgz not in flight; packing
6305 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
6306 verbose tar pack [ 'C:\Users\25923\AppData\Roaming\npm-cache\cordova-plugin-statusbar\2.4.3-dev\package.tgz',
6306 verbose tar pack 'C:\Users\25923\AppData\Local\Temp\npm-7324-1694c0ba\git-cache-d328e299\ecf8ccd164e26d86417e54a327ca346006ee0b84' ]
6307 verbose tarball C:\Users\25923\AppData\Roaming\npm-cache\cordova-plugin-statusbar\2.4.3-dev\package.tgz
6308 verbose folder C:\Users\25923\AppData\Local\Temp\npm-7324-1694c0ba\git-cache-d328e299\ecf8ccd164e26d86417e54a327ca346006ee0b84
6309 verbose addLocalTarball adding from inside cache C:\Users\25923\AppData\Roaming\npm-cache\cordova-plugin-statusbar\2.4.3-dev\package.tgz
6310 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
6311 verbose addRemoteGit data._from: git+https://github.com/apache/cordova-plugin-statusbar.git
6312 verbose addRemoteGit data._resolved: git+https://github.com/apache/cordova-plugin-statusbar.git#ecf8ccd164e26d86417e54a327ca346006ee0b84
6313 silly cache afterAdd cordova-plugin-statusbar@2.4.3-dev
6314 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\cordova-plugin-statusbar\2.4.3-dev\package\package.json not in flight; writing
6315 verbose correctMkdir C:\Users\25923\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
6316 verbose afterAdd C:\Users\25923\AppData\Roaming\npm-cache\cordova-plugin-statusbar\2.4.3-dev\package\package.json written
6317 silly resolveWithNewModule cordova-plugin-statusbar@2.4.3-dev checking installable status
6318 silly rollbackFailedOptional Starting
6319 silly rollbackFailedOptional Finishing
6320 silly runTopLevelLifecycles Finishing
6321 silly install printInstalled
6322 verbose stack Error: Unsupported platform for ios-deploy@1.9.2: wanted {"name":"ios-deploy","version":"1.9.2","os":["darwin"],"description":"launch iOS apps iOS devices from the command line (Xcode 7)","main":"ios-deploy","scripts":{"preinstall":"./src/scripts/check_reqs.js && xcodebuild","test":"npm run pycompile && npm run jshint && xcodebuild -target ios-deploy-lib && xcodebuild test -scheme ios-deploy-tests","jshint":"node node_modules/jshint/bin/jshint src/scripts/.js","pycompile":"python -m py_compile src/scripts/.py"},"bin":{"ios-deploy":"./build/Release/ios-deploy"},"repository":{"type":"git","url":"git+https://github.com/phonegap/ios-deploy.git"},"devDependencies":{"jshint":"2.5.8"},"keywords":["ios-deploy","deploy to iOS device"],"bugs":{"url":"https://github.com/phonegap/ios-deploy/issues"},"author":{"name":"Greg Hughes"},"license":"GPLv3","gitHead":"9667eca85e824a97e50dc34c388bcdc393ed85f9","homepage":"https://github.com/phonegap/ios-deploy#readme","_id":"ios-deploy@1.9.2","_shasum":"c2f4c46b06db4771939b29f980c7c1a8906b47a2","_from":"ios-deploy@1.9.2","_npmVersion":"3.10.9","_nodeVersion":"6.7.0","_npmUser":{"name":"shazron","email":"shazron@gmail.com"},"dist":{"shasum":"c2f4c46b06db4771939b29f980c7c1a8906b47a2","tarball":"https://registry.npmjs.org/ios-deploy/-/ios-deploy-1.9.2.tgz"},"maintainers":[{"name":"macdonst","email":"simon.macdonald@gmail.com"},{"name":"shazron","email":"shazron@gmail.com"},{"name":"purplecabbage","email":"purplecabbage@gmail.com"},{"name":"stevegill","email":"stevengill97@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ios-deploy-1.9.2.tgz_1504602421879_0.1965430632699281"},"directories":{},"_resolved":"https://registry.npmjs.org/ios-deploy/-/ios-deploy-1.9.2.tgz","_requested":{"raw":"ios-deploy@1.9.2","scope":null,"escapedName":"ios-deploy","name":"ios-deploy","rawSpec":"1.9.2","spec":"1.9.2","type":"version"},"_spec":"ios-deploy@1.9.2","_where":"D:\\name\\ionic\\folder-name","_args":[[{"raw":"ios-deploy@1.9.2","scope":null,"escapedName":"ios-deploy","name":"ios-deploy","rawSpec":"1.9.2","spec":"1.9.2","type":"version"},"D:\\name\\ionic\\folder-name"]],"readme":"ERROR: No README data found!"} (current: {"os":"win32","cpu":"x64"})
6322 verbose stack at checkPlatform (C:\Users\25923\AppData\Roaming\npm\node_modules\npm\node_modules\npm-install-checks\index.js:45:14)
6322 verbose stack at thenWarnEngineIssues (C:\Users\25923\AppData\Roaming\npm\node_modules\npm\lib\install\validate-args.js:41:5)
6322 verbose stack at C:\Users\25923\AppData\Roaming\npm\node_modules\npm\node_modules\iferr\index.js:13:50
6322 verbose stack at checkEngine (C:\Users\25923\AppData\Roaming\npm\node_modules\npm\node_modules\npm-install-checks\index.js:10:20)
6322 verbose stack at module.exports.isInstallable (C:\Users\25923\AppData\Roaming\npm\node_modules\npm\lib\install\validate-args.js:38:3)
6322 verbose stack at resolveWithNewModule (C:\Users\25923\AppData\Roaming\npm\node_modules\npm\lib\install\deps.js:511:10)
6322 verbose stack at C:\Users\25923\AppData\Roaming\npm\node_modules\npm\lib\install\deps.js:454:9
6322 verbose stack at C:\Users\25923\AppData\Roaming\npm\node_modules\npm\node_modules\iferr\index.js:13:50
6322 verbose stack at C:\Users\25923\AppData\Roaming\npm\node_modules\npm\lib\fetch-package-metadata.js:37:12
6322 verbose stack at addRequestedAndFinish (C:\Users\25923\AppData\Roaming\npm\node_modules\npm\lib\fetch-package-metadata.js:67:5)
6323 verbose pkgid ios-deploy@1.9.2
6324 verbose cwd D:\name\ionic\folder-name
6325 error Windows_NT 6.1.7601
6326 error argv "C:\Program Files\nodejs\node.exe" "C:\Users\25923\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "install"
6327 error node v6.11.0
6328 error npm v3.10.10
6329 error code EBADPLATFORM
6330 error notsup Unsupported platform for ios-deploy@1.9.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
6331 error notsup Valid OS: darwin
6331 error notsup Valid Arch: any
6331 error notsup Actual OS: win32
6331 error notsup Actual Arch: x64
6332 verbose exit [ 1, true ]

@Errorname
Copy link

Hi @jagdishhulsure , I would advice you to use Gist the next time you want to share logs or a long file. You would then only give the URL and keep the conversation easy to read.
Cheers!

@bengagi
Copy link

bengagi commented Oct 8, 2018

i have this error whan i try "npm start"

There might be a problem with the project dependency tree.
It is likely not a bug in Create React App, but something you need to fix locally.

The react-scripts package provided by Create React App requires a dependency:

"webpack": "4.19.1"

Don't try to install it manually: your package manager does it automatically.
However, a different version of webpack was detected higher up in the tree:

C:\Users\anous\node_modules\webpack (version: 4.20.2)

Manually installing incompatible versions is known to cause hard-to-debug issues.

If prefer to ignore this check, add SKIP_PREFLIGHT_CHECK=true to an .env file in your project.
That will permanently disable this message but you might encounter other issues.

To fix the dependency tree, try following the steps below in the exact order:

  1. Delete package-lock.json (not package.json!) and/or yarn.lock in your project folder.
  2. Delete node_modules in your project folder.
  3. Remove "webpack" from dependencies and/or devDependencies in the package.json file in your project folder.
  4. Run npm install or yarn, depending on the package manager you use.

In most cases, this should be enough to fix the problem.
If this has not helped, there are a few other things you can try:

  1. If you used npm, install yarn (http://yarnpkg.com/) and repeat the above steps with it instead.
    This may help because npm has known issues with package hoisting which may get resolved in future versions.

  2. Check if C:\Users\anous\node_modules\webpack is outside your project directory.
    For example, you might have accidentally installed something in your home folder.

  3. Try running npm ls webpack in your project folder.
    This will tell you which other package (apart from the expected react-scripts) installed webpack.

If nothing else helps, add SKIP_PREFLIGHT_CHECK=true to an .env file in your project.
That would permanently disable this preflight check in case you want to proceed anyway.

P.S. We know this message is long but please read the steps above :-) We hope you find them helpful!

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! me@0.1.0 start: react-scripts start
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the me@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\anous\AppData\Roaming\npm-cache_logs\2018-10-08T22_19_12_567Z-debug.log

@bengagi
Copy link

bengagi commented Oct 8, 2018

can you help me

@CAspeling
Copy link

You are posting about a react app in the angular repo mate.

@stanikzai
Copy link

It works for menpm i -f

@orassayag
Copy link

npm i -f works only once.
When you delete node_modules folder, the error return.
Any solution to fix it for good?

@NoobCoding94
Copy link

@DzmitryShylovich did you edit package.json only? if npm-shrinkwrap.json is still there, please remove it or try npm i -f

I solutioned my fsevents problems thanks to this! Thanks!

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.