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
Installing the default project generates a unusable application.
Error:
Android Bundling failed 31ms Unable to resolve "prop-types" from "App.vue"
To solve it and make it compile again, we need to add the prop-types module.
prop-types
npm install --save prop-types
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Installing the default project generates a unusable application.
Error:
To solve it and make it compile again, we need to add the
prop-types
module.The text was updated successfully, but these errors were encountered: