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
The asciidoctor package is a meta-package that contains both @asciidoctor/core and @asciidoctor/cli. Since we do not use the Asciidoctor.js Command-Line Interface, we should replace the dependency in the package.json file:
The
asciidoctor
package is a meta-package that contains both@asciidoctor/core
and@asciidoctor/cli
. Since we do not use the Asciidoctor.js Command-Line Interface, we should replace the dependency in thepackage.json
file:graphgist-portal-v3/api/package.json
Line 26 in 20efc9c
As a result, we should also update the
require
/import
statements:graphgist-portal-v3/api/src/graphgists/utils.js
Line 1 in 20efc9c
becomes:
The text was updated successfully, but these errors were encountered: