question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[ENHANCEMENT] Compodoc installation takes 140MB of size

See original GitHub issue
Overview of the issue

The @compodoc/compodoc installation takes up ~109MB of size. This is huge size and something looks incorrect with dependencies.

install size

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:closed
  • Created 5 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
vogloblinskycommented, Jan 15, 2019

Update : It is not directly Compodoc which pull TypeScript dependency, it is @compodoc/ngd-core

npm ls typescript

├─┬ @compodoc/ngd-transformer@2.0.0
│ └─┬ @compodoc/ngd-core@2.0.0
│   └── typescript@2.9.2 
└─┬ ts-simple-ast@12.4.0
  └── typescript@2.9.1 
0reactions
lock[bot]commented, Dec 6, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found