Closed AlanLes closed 2 years ago
@AlanLes I think we should probably add a line in the readme file, under the "Contribute" section to state that one needs to install it globally. Or we should add it as a dev dependency for the package "ez-vue". WDYT ?
I guess we shouldn't obligate anybody to install packages globally; therefore, I'm 100% for the alternative of adding additional devDependency for the package ez-vue
:)
@AlanLes vue cli appears to be already in the devDependencies, https://github.com/Hexastack/eazychart/blob/79428948bcffd02bb6d1710f5cefa94291de4006/packages/ez-vue/package.json#L78
Could it be that happened because you didn't run yarn setup
?
Yep, I guess it must be that. I believe we may close this Issue already. 😇
Description
When one wants to run vue-tests, one needs to have @vue/cli installed globally.
Reproduction steps
Given having no @vue/cli installed globally try to:
cd packages/ez-vue
yarn test
ornpm run test
The result is
Screenshots
Browsers
No response
OS
Mac