We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Your package.json specifies dev script as follows: nuxt test/fixture. But there are two issues with that:
package.json
dev
nuxt test/fixture
nuxt
devDependencies
test/fixture
I am not sure what to do with this issue, so I will leave everything as it is while working on #2
The text was updated successfully, but these errors were encountered:
Oops, this was a leftover from initializing the repository! There is no dev command at the moment. Only test to run the unit tests.
test
But I guess it wouldn't hurt to provide examples, maybe through vue-play
vue-play
Sorry, something went wrong.
806d893
No branches or pull requests
Your
package.json
specifiesdev
script as follows:nuxt test/fixture
.But there are two issues with that:
nuxt
is missing fromdevDependencies
test/fixture
is missing from source controlI am not sure what to do with this issue, so I will leave everything as it is while working on #2
The text was updated successfully, but these errors were encountered: