Skip to content

'highlight.js/lib/common' does not exist #16

@jannikbuscha

Description

@jannikbuscha

'highlight.js/lib/common' does not exist:
image
image

To fix the error in the docu, the following must be imported:
import hljs from "@highlightjs/vue-plugin/node_modules/highlight.js/lib/common";

image

You also need to import the styling:
@import "./node_modules/@highlightjs/vue-plugin/node_modules/highlight.js/scss/base16/darcula";

highlight.js in the node modules is also useless.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions