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
I am getting the following error when attempting to compile our code ERROR in ../node_modules/@vueuse/head/dist/index.mjs 349:27-42 Can't import the named export 'defineComponent' from non EcmaScript module (only default export is available)
I followed the readme instructions for npm install and then the standard import of the code. import { createHead } from '@vueuse/head'
"@vueuse/head": "^0.6.0"
"webpack": "^4.46.0"
running Node: v14.17.1
Thanks!
The text was updated successfully, but these errors were encountered:
I am getting the following error when attempting to compile our code
ERROR in ../node_modules/@vueuse/head/dist/index.mjs 349:27-42 Can't import the named export 'defineComponent' from non EcmaScript module (only default export is available)
I followed the readme instructions for
npm
install and then the standard import of the code.import { createHead } from '@vueuse/head'
"@vueuse/head": "^0.6.0"
"webpack": "^4.46.0"
running Node: v14.17.1
Thanks!
The text was updated successfully, but these errors were encountered: