Skip to content
This repository was archived by the owner on Jun 11, 2022. It is now read-only.

Commit 1c99d8d

Browse files
authored
Update README.md
1 parent d88741b commit 1c99d8d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Deploy React.js web apps generated with [create-react-app](https://github.com/fa
2424
* [Compile-time config](#compile-time-configuration)
2525
* [Runtime config](#runtime-configuration)
2626
* [using an Add-on's config](#add-on-config-vars)
27+
* 🕵️ [Troubleshooting](#troubleshooting)
2728
* 📍 [Version compatibility](#version-compatibility)
2829
* 🏙 [Architecture](#architecture-)
2930

@@ -307,6 +308,17 @@ For example, to use the API key for the [Filestack](https://elements.heroku.com/
307308
export REACT_APP_FILEPICKER_API_KEY=${FILEPICKER_API_KEY:-}
308309
```
309310

311+
Troubleshooting
312+
---------------
313+
314+
1. Check this README to see if it already mentions the issue.
315+
1. Search our [issues](https://github.com/mars/create-react-app-buildpack/issues?utf8=✓&q=is%3Aissue%20) to see if someone else has experienced the same problem.
316+
1. Search the internet for mentions of the error message and its subject module, e.g. `ENOENT "node-sass"`
317+
1. File a new [issue](https://github.com/mars/create-react-app-buildpack/issues/new). Please include:
318+
* build log output
319+
* link to GitHub repo with the source code (if private, grant read access to @mars)
320+
321+
310322
Version compatibility
311323
---------------------
312324

0 commit comments

Comments
 (0)