5 questions
0
votes
0
answers
46
views
When I use create-vue packaging, there is an unpredictable error, I really do not know what to do
[commonjs--resolver] Unexpected token (1060:2) in C:/Users/PC/Desktop/board-pro/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js
file: C:/Users/PC/Desktop/board-pro/node_modules/@vue/...
2
votes
1
answer
1k
views
vuejs/create-vue doesn't support JSX even after you selected "Add JSX Support"
I created new Vue project using create-vue command as it was written here. Here are my answers to questions:
D:\checks>npm init vue@latest
Vue.js - The Progressive JavaScript Framework
√ Project ...
1
vote
0
answers
312
views
import { takeCoverage } from 'v8'
Just created a local project using npm init vue@3 using the option vitest. After installing the packages when executing cmd yarn test:unit it throws following errors:
$ yarn test:unit
yarn run v1.22....