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
The version number is giving the version number of my project, not of the version of the vue-mess-detector.
To Reproduce
Steps to reproduce the behavior:
Install within a project, run either yarn vue-mess-detector analyze --version or yarn vue-mess-detector --version or ./node_modules/vue-mess-detector/dist/cliStart.js --version, prints out whatever the projects package.json version is.
Describe the bug
The version number is giving the version number of my project, not of the version of the vue-mess-detector.
To Reproduce
Steps to reproduce the behavior:
Install within a project, run either
yarn vue-mess-detector analyze --version
oryarn vue-mess-detector --version
or./node_modules/vue-mess-detector/dist/cliStart.js --version
, prints out whatever the projects package.json version is.Stackblitz Link: https://stackblitz.com/edit/vitejs-vite-z35mve?file=package.json
Expected behavior
Expect to see version 0.63.1.
Screenshots
Used version number of vue-mess-detector:
0.63.1
Used version number of node & yarn:
yarn version v3.8.2 and node v20.17.0
Additional context
Might just be for me?
The text was updated successfully, but these errors were encountered: