npm run dev is invalid
sobolevn opened this issue · 1 comments
sobolevn commented
Your package.json specifies dev script as follows: nuxt test/fixture.
But there are two issues with that:
nuxtis missing fromdevDependenciestest/fixtureis 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
TheAlexLichter commented
Oops, this was a leftover from initializing the repository! There is no dev command at the moment. Only test to run the unit tests.
But I guess it wouldn't hurt to provide examples, maybe through vue-play