Your `package.json` specifies `dev` script as follows: `nuxt test/fixture`. But there are two issues with that: 1. `nuxt` is missing from `devDependencies` 2. `test/fixture` is missing from source control I am not sure what to do with this issue, so I will leave everything as it is while working on #2