Skip to content

Commit 0d53382

Browse files
committed
Revert "Update deps"
This reverts commit 8952048.
1 parent 8952048 commit 0d53382

File tree

3 files changed

+5803
-2976
lines changed

3 files changed

+5803
-2976
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $ npm install
1313
$ npm start
1414
```
1515

16-
You'll be prompted with the exercise you'd like to run:
16+
You'll be prompted with the exercise you'd like to run, hit "0" to view the full app we'll be working in, then, open a web browser to [http://localhost:3000](http://localhost:3000).
1717

1818
```
1919
$ npm start
@@ -40,7 +40,7 @@ Which exercise?
4040
Choose one from list [1...9, a, b, c, 0]:
4141
```
4242

43-
Choose option "0" to run the full app, then open a web browser to [http://localhost:3000](http://localhost:3000) to play around with it.
43+
**Note:** Currently, some aspects of the app aren't working with Node 12. We are looking into fixing the issue, but until then, use `nvm use 10` (or whatever Node version manager you use) to fix errors you might encounter when installing/running the application!
4444

4545
## Offline Mode
4646

0 commit comments

Comments
 (0)