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
npm run dev
The terminal throws an error saying "YError: Too many arguments provided. Expected max 2 but received 3." on npm run dev. The app still runs.
Here's what it looks like.
vue init webpack-simple wp-vue
? Project name wp-vue ? Project description A Vue.js project ? Author mauro <maurop123@gmail.com> ? Use sass? No
cd wp-vue npm install npm run dev
cd wp-vue
npm install
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What's happening?
The terminal throws an error saying "YError: Too many arguments provided. Expected max 2 but received 3." on
npm run dev
. The app still runs.Here's what it looks like.
Steps to reproduce
vue init webpack-simple wp-vue
cd wp-vue
npm install
npm run dev
The text was updated successfully, but these errors were encountered: