You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2025. It is now read-only.
As the title mentions, google-closure-compiler is in the devDependencies section of package.json. However, the binary supplied by main.ts requires google-closure-compiler. As a result, unless you have google-closure-compiler installed, tsickle fails to run.
To resolve this, google-closure-compiler should probably move to peerDependencies or dependencies. Alternatively, the cli could be split into its own module, as suggested in #137.