Created
June 8, 2022 04:42
-
-
Save JamieMagee/b1024b7f764be3173fb0597c9fb7d1dc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ npm install @angular/animations --verbose | |
npm verb cli [ | |
npm verb cli '/usr/bin/node', | |
npm verb cli '/usr/sbin/npm', | |
npm verb cli 'install', | |
npm verb cli '@angular/animations', | |
npm verb cli '--verbose' | |
npm verb cli ] | |
npm info using [email protected] | |
npm info using [email protected] | |
npm timing npm:load:whichnode Completed in 1ms | |
npm timing config:load:defaults Completed in 2ms | |
npm timing config:load:file:/usr/lib/node_modules/npm/npmrc Completed in 2ms | |
npm timing config:load:builtin Completed in 3ms | |
npm timing config:load:cli Completed in 14ms | |
npm timing config:load:env Completed in 1ms | |
npm timing config:load:file:/home/jamie/code/.npmrc Completed in 1ms | |
npm timing config:load:project Completed in 9ms | |
npm timing config:load:file:/home/jamie/.npmrc Completed in 10ms | |
npm timing config:load:user Completed in 11ms | |
npm timing config:load:file:/usr/etc/npmrc Completed in 0ms | |
npm timing config:load:global Completed in 1ms | |
npm timing config:load:validate Completed in 0ms | |
npm timing config:load:credentials Completed in 3ms | |
npm timing config:load:setEnvs Completed in 2ms | |
npm timing config:load Completed in 46ms | |
npm timing npm:load:configload Completed in 46ms | |
npm timing npm:load:setTitle Completed in 1ms | |
npm timing config:load:flatten Completed in 3ms | |
npm timing npm:load:display Completed in 8ms | |
npm verb logfile /home/jamie/.npm/_logs/2022-06-08T04_41_59_041Z-debug-0.log | |
npm timing npm:load:logFile Completed in 6ms | |
npm timing npm:load:timers Completed in 0ms | |
npm timing npm:load:configScope Completed in 0ms | |
npm timing npm:load Completed in 63ms | |
npm timing arborist:ctor Completed in 1ms | |
npm timing arborist:ctor Completed in 0ms | |
npm timing idealTree:init Completed in 22ms | |
npm timing idealTree:userRequests Completed in 3ms | |
npm http fetch GET 200 https://registry.npmjs.org/@angular%2fanimations 228ms (cache miss) | |
npm http fetch GET 200 https://registry.npmjs.org/@angular%2fcore 82ms (cache miss) | |
npm http fetch GET 200 https://registry.npmjs.org/rxjs 98ms (cache updated) | |
npm http fetch GET 200 https://registry.npmjs.org/zone.js 78ms (cache updated) | |
npm http fetch GET 200 https://registry.npmjs.org/tslib 73ms (cache revalidated) | |
npm timing idealTree:#root Completed in 667ms | |
npm timing idealTree:node_modules/@angular/animations Completed in 10ms | |
npm timing idealTree:node_modules/@angular/core Completed in 0ms | |
npm timing idealTree:node_modules/rxjs Completed in 0ms | |
npm timing idealTree:node_modules/tslib Completed in 1ms | |
npm timing idealTree:node_modules/zone.js Completed in 0ms | |
npm timing idealTree:buildDeps Completed in 685ms | |
npm timing idealTree:fixDepFlags Completed in 2ms | |
npm timing idealTree Completed in 717ms | |
npm timing reify:loadTrees Completed in 717ms | |
npm timing reify:diffTrees Completed in 3ms | |
npm timing reify:retireShallow Completed in 1ms | |
npm timing reify:createSparse Completed in 7ms | |
npm timing reify:loadBundles Completed in 0ms | |
npm timing reifyNode:node_modules/tslib Completed in 112ms | |
npm http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/advisories/bulk 168ms | |
npm timing auditReport:getReport Completed in 171ms | |
npm timing auditReport:init Completed in 0ms | |
npm timing reify:audit Completed in 174ms | |
npm http fetch GET 200 https://registry.npmjs.org/@angular/animations/-/animations-14.0.0.tgz 826ms (cache miss) | |
npm timing reifyNode:node_modules/@angular/animations Completed in 869ms | |
npm http fetch GET 200 https://registry.npmjs.org/zone.js/-/zone.js-0.11.5.tgz 1697ms (cache miss) | |
npm timing reifyNode:node_modules/zone.js Completed in 1717ms | |
npm http fetch GET 200 https://registry.npmjs.org/@angular/core/-/core-14.0.0.tgz 2798ms (cache miss) | |
npm timing reifyNode:node_modules/@angular/core Completed in 2850ms | |
npm http fetch GET 200 https://registry.npmjs.org/rxjs/-/rxjs-7.5.5.tgz 3469ms (cache miss) | |
npm timing reifyNode:node_modules/rxjs Completed in 3527ms | |
npm timing reify:unpack Completed in 3529ms | |
npm timing reify:unretire Completed in 1ms | |
npm timing build:queue Completed in 4ms | |
npm timing build:deps Completed in 6ms | |
npm timing build Completed in 6ms | |
npm timing reify:build Completed in 7ms | |
npm timing reify:trash Completed in 0ms | |
npm timing reify:save Completed in 9ms | |
npm timing reify Completed in 4300ms | |
added 5 packages, and audited 6 packages in 5s | |
found 0 vulnerabilities | |
npm timing command:install Completed in 4306ms | |
npm verb exit 0 | |
npm timing npm Completed in 4579ms | |
npm info ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment