There is no generator (Error)
alexapp03 opened this issue · 2 comments
alexapp03 commented
installing finish succesfull by "npm i vue-cli-plugin-codeceptjs-puppeteer --save-dev"
But if I run command "vue invoke vue-cli-plugin-codeceptjs-puppeteer" it returns an error
Plugin vue-cli-plugin-codeceptjs-puppeteer does not have a generator.
So I checked and plugin in node_modules really do not contain any generator. Only index.js and package.json
alygee commented
I have the same situation after "yarn add -D vue-cli-plugin-codeceptjs-puppeteer"
scarabetta commented
Same error. Any workaround, hint, something?