When trying to import 'Vue' in my ViteJS project in order to instantiate a new Vue() instance, for both
import vue from 'vue'1
and
import vue from '@vitejs/plugin-vue'2
I get the following errors:
"The requested module '/node_modules/.vite/vue.js?v=8f63bc36' does not provide an export named 'default'"1
"Invalid left-hand side in assignment"2