Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies, hash error #315

Open
jskye opened this issue Oct 1, 2022 · 0 comments
Open

Update dependencies, hash error #315

jskye opened this issue Oct 1, 2022 · 0 comments

Comments

@jskye
Copy link

jskye commented Oct 1, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant