Your package.json specifies dev script as follows: nuxt test/fixture.
But there are two issues with that:
nuxt is missing from devDependencies
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