GeekyAnts / GeekyAnts/vue-native-cli

Missing dependency on default project

Open
#57 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.