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
We've faced issues with use of Docsy as an NPM dependency because we currently only support github package specifiers of the form github:google/docsy#semver:0.6.0. When performing an install (be it install or ci), NPM will always "dev" build the Docsy github packages (as I mention in #2171 (comment)), and hence fetch all of Docsy's dev and peer dependencies. This isn't a bug, it is a consequence of how NPM works and should be documented.
As we upgraded Kubernetes.io we faced a problem because hugo-extended (a dev dependency) couldn't be fully installed. Thankfully, @SayakMukhopadhyay identified the problem and proposed a solution: which is to include gcompat in the Docker image build (cf. kubernetes/website#49416 (comment)).
I'm content atm leaving Docsy NPM usage via github access, but we should document the consequences detailed above.
We've faced issues with use of Docsy as an NPM dependency because we currently only support
github
package specifiers of the formgithub:google/docsy#semver:0.6.0
. When performing an install (be itinstall
orci
), NPM will always "dev" build the Docsygithub
packages (as I mention in #2171 (comment)), and hence fetch all of Docsy's dev and peer dependencies. This isn't a bug, it is a consequence of how NPM works and should be documented.As we upgraded Kubernetes.io we faced a problem because
hugo-extended
(a dev dependency) couldn't be fully installed. Thankfully, @SayakMukhopadhyay identified the problem and proposed a solution: which is to includegcompat
in the Docker image build (cf. kubernetes/website#49416 (comment)).github
access, but we should document the consequences detailed above.Related:
The text was updated successfully, but these errors were encountered: