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
Error: Build failed with 1 error:
node_modules/vue-demi/lib/index.mjs:2:30: ERROR: Could not resolve "@vue/composition-api/dist/vue-composition-api.mjs"
errors: [
{
detail: undefined,
id: '',
location: {
column: 30,
file: 'node_modules/vue-demi/lib/index.mjs',
length: 51,
line: 2,
lineText: "import VueCompositionAPI from '@vue/composition-api/dist/vue-composition-api.mjs'",
namespace: '',
suggestion: ''
},
notes: [
{
location: null,
text: 'You can mark the path "@vue/composition-api/dist/vue-composition-api.mjs" as external to exclude it from the bundle, which will remove this error.'
}
],
pluginName: '',
text: 'Could not resolve "@vue/composition-api/dist/vue-composition-api.mjs"'
}
],
warnings: []
}
Additional information
No response
The text was updated successfully, but these errors were encountered:
Reproduction
todo
Steps to reproduce the bug
Create a new vue project with 2.7 and add Pinia.
Expected behavior
Should be able to run vite dev without issues.
Actual behavior
Additional information
No response
The text was updated successfully, but these errors were encountered: