[ENHANCEMENT] Compodoc installation takes 140MB of size
See original GitHub issueOverview of the issue
The @compodoc/compodoc installation takes up ~109MB of size. This is huge size and something looks incorrect with dependencies.
Operating System, Node.js, npm, compodoc version(s)
Compodoc version: 1.1.7
Angular configuration, a package.json
file in the root folder
NA
Compodoc installed globally or locally ?
Locally
Motivation for or Use Case
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Installation
Just run Compodoc in a fresh or existing project. Global installation. Install from npm : npm install -g @compodoc/compodoc. If you use PowerShell...
Read more >compodoc/compodoc
Install · Repository · Homepage · Weekly Downloads · Version · License · Unpacked Size · Total Files.
Read more >Integrating Compodoc with Angular 11 — Documenting ...
Let's start. First install compodoc. //Global Installation npm install -g @compodoc/compodoc//Local Installation npm install -- ...
Read more >Angular: Set up Compodoc for Storybook on Nx
Let's take for example an Angular component - a button - that has an @Input for the size of the button. In Compodoc,...
Read more >Can Compodoc be installed offline? - angular
Create a local npm working folder, and then copy that folder. mkdir example cd example npm init npm install --save-dev @compodoc/compodoc.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Update : It is not directly Compodoc which pull TypeScript dependency, it is @compodoc/ngd-core
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem. Why locking ? Having issues with the most up-to-date context.