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
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:
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: