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
[14:07:34.284] FATAL (antora): Package subpath './dist/bundle/asciinema-player.min.js' is not defined by "exports" in /home/jvalkealahti/repos/spring/spring-cli/docs-build/.gradle/npm/_npx/4d870f89192857f1/node_modules/asciinema-player/package.json
code: "ERR_PACKAGE_PATH_NOT_EXPORTED"
type: "Error"
Caused by asciinema/asciinema-player@8d3a7fe as we load minified js via antora and I think it uses require. Asciinema prior 3.8.0 didn't have exports in package.json.
We get something like:
Caused by asciinema/asciinema-player@8d3a7fe as we load minified js via antora and I think it uses require. Asciinema prior
3.8.0
didn't have exports in package.json.Think it's coming from here
antora-extensions/lib/asciinema-extension.js
Line 30 in 4192ce0
Need to think if we pin version while searching a fix.
The text was updated successfully, but these errors were encountered: