Skip to content

Update dependencies, hash error #315

Open
@jskye

Description

@jskye

i had a few problems trying to run this

Problem: node: --openssl-legacy-provider is not allowed in NODE_OPTIONS
Solved: removed it from dependencies.

Problem: No template compiler:
Syntax Error: TypeError: Cannot read properties of undefined (reading 'parseComponent')
vue-template-compiler must be installed as a peer dependency
Solution: added template compuler to dependencies:

"dependencies": {
    "@ffmpeg/ffmpeg": "^0.11.5",
    "core-js": "^3.25.2",
    "vue": "^2.7.10",
        "vue-loader": "^15.5.1",
        "vue-template-compiler": "^2.5.21"
  },

Problem: Errors compiling template:
Component template should contain exactly one root element. ...
Solved: put components into a single div root element.

Problem: export 'createApp' (imported as 'createApp') was not found in 'vue'
changed it to constant like here.

However and But: nothing loads at endpoint localhost:8080/vue-app
console shows error: None of the “sha384” hashes in the integrity attribute match the content of the subresource.

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