codeceptjs/vue-cli-plugin-codeceptjs-puppeteer

There is no generator (Error)

alexapp03 opened this issue · 2 comments

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

I have the same situation after "yarn add -D vue-cli-plugin-codeceptjs-puppeteer"

Same error. Any workaround, hint, something?