I've installed in vue js bootstrap vue, with the following command yarn add bootstrap-vue bootstrap axios
ERROR Failed to compile with 1 errors 2:56:01 AM
error in ./src/main.js
Module Error (from ./node_modules/eslint-loader/index.js):
/home/ronin/Documents/V2/test/src/main.js
7:1 error 'Vue' is not defined no-undef
✖ 1 problem (1 error, 0 warnings)
@ multi (webpack)-dev-server/client?http://192.168.0.161:8080&sockPath=/sockjs-node (webpack)/hot/dev-server.js ./src/main.js


import Vue from 'vue'at the beginning ofmain.js. And addconsole.log(createApp)at the following line ofimport {createApp}, I thinkcreateAppis undefined.