Skip to content

Commit ab3325d

Browse files
authored
Add Node 12 note
1 parent 666c1d6 commit ab3325d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Which exercise?
4040
Choose one from list [1...9, a, b, c, 0]:
4141
```
4242

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!
44+
4345
## Offline Mode
4446

4547
If you're having Internet problems and that's preventing you from logging into the app (because it uses Google Firebase), you can switch to "offline mode" which will use a local "fake" version of firebase. Just go to `/modules/app/utils.js` and change this line:

0 commit comments

Comments
 (0)