Skip to content

Commit 2303f82

Browse files
authored
add notes about node 10.3
1 parent 2b94782 commit 2303f82

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ The code in this repo meant to be a reference point for anyone following along w
88

99
## To Start
1010

11+
**Note** - one of the dependencies is currently not working with Node.js 10.3, please use [version 9.11.1](https://nodejs.org/download/release/v9.11.1/) (or around that, 8.x and 9.x should work fine) until then.
12+
1113
`cd` into `catch-of-the-day` and follow along with the videos
1214

1315
Each numbered folder in `stepped-solutions` contains the files for the beginning of each correspondingly numbered video, should you need them. So, if you need any code, pull the appropriate file into your `catch-of-the-day` folder.
@@ -20,6 +22,10 @@ You are welcome to use this code in your own applications. If you would like to
2022

2123
# Frequently Asked Questions
2224

25+
#### :question: I'm getting error "Pre-built binaries not found for grpc@1.10.1 and node@10.3.0" and "Tried to download(403): https://storage.googleapis.com....."
26+
27+
One of the dependencies is currently not working with Node.js 10.3, please use [version 9.11.1](https://nodejs.org/download/release/v9.11.1/) (or around that, 8.x and 9.x should work fine) until then. Don't sweat this as it's just build tooling and isn't related to the version of react you are using.
28+
2329
#### :question: I tried installing the Babel syntax highlighter but it didn't work!
2430

2531
There are a few possible options:

0 commit comments

Comments
 (0)