GeekyAnts / GeekyAnts/vue-native-cli
Missing dependency on default project
Open
- Dominant language
- JavaScript
- Stars
- 91
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
Installing the default project generates a unusable application.
Error:
```log
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.
```bash
npm install --save prop-types
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.