Skip to content

Commit

Permalink
Fixes #123
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagob committed Sep 15, 2020
1 parent 286e6f4 commit 4fda02f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,7 @@ Reset your docker Postgres volume. This wipes any existing data.
docker rm <project name>_postgres_1
docker volume rm <project name>_db_data
```

#### An unexpected error occurred: "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz: ENOENT: no such file or directory

An unknown issue with the yarn cache that can occur when running `yarn create full-stack <project-directory>`. Resolve by re-running.
4 changes: 4 additions & 0 deletions packages/docusaurus/docs/gotchas.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ Reset your docker Postgres volume. This wipes any existing data.
docker rm <project name>_postgres_1
docker volume rm <project name>_db_data
```

## An unexpected error occurred: "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz: ENOENT: no such file or directory

An unknown issue with the yarn cache that can occur when running `yarn create full-stack <project-directory>`. Resolve by re-running.

0 comments on commit 4fda02f

Please sign in to comment.