0

Fuck you creator of that video: https://youtube.com/watch/...

this shit does not work.

At line:
const app = createApp(App);

"Uncaught TypeError: Object(...) is not a function"

wtf. Or fuck vue? maybe in another place I did something wrong but I cannot see? And error is written by idiot. What object? createApp object? Then why it is not a fuction? I have imported it as was in the fucking video

import {createApp} from 'vue'

so how the fuck it can be not a function?

DId
console.log(createApp)
and it shows it is fucking undefined. So yea, it is not a fuction.

Comments
  • 0
    What version of Vue are you using?
  • 1
    @AmyShackles I wanted to use 3, but installed 2 by not reading menu and pressing enter on default which was 2 and this was the problem. After installed 3, it worked well. Just wanted do it quickly and I am used that default options when installing something are good but this time they were not. Like on windows i do next next next and it installs. On linux always choose yes when installing smth :)
Add Comment