It takes 1 second for vue and 4 seconds for itdoc.
(base) zagabi@zagabiui-MacBookPro T1 % time npm install itdoc
added 2 packages, changed 1 package, and audited 800 packages in 752ms
115 packages are looking for funding
run `npm fund` for details
10 moderate severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
npm install itdoc 0.79s user 0.13s system 109% cpu 0.835 total
(base) zagabi@zagabiui-MacBookPro T1 % time npm install itdoc
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated mkdirp-promise@1.1.0: This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.
npm warn deprecated har-validator@5.1.5: this library is no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated node-domexception@1.0.0: Use your platform's native DOMException instead
npm warn deprecated highlightjs@9.16.2: Use the 'highlight.js' package instead https://npm.im/highlight.js
added 799 packages, and audited 800 packages in 5s
115 packages are looking for funding
run `npm fund` for details
10 moderate severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
npm install itdoc 4.20s user 6.65s system 217% cpu 4.977 total
(base) zagabi@zagabiui-MacBookPro T1 % time npm install vue
added 5 packages, and audited 805 packages in 1s
115 packages are looking for funding
run `npm fund` for details
10 moderate severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
npm install vue 1.05s user 0.19s system 91% cpu 1.354 total
.
Current Situation/Problem
It takes 1 second for vue and 4 seconds for itdoc.
Proposed Feature
.
Alternatives (Optional)
No response
Additional Information
No response