You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,8 @@ Which exercise?
40
40
Choose one from list [1...9, a, b, c, 0]:
41
41
```
42
42
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
+
43
45
## Offline Mode
44
46
45
47
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