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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ Make sure you have Node.js and Python 2 installed.
12
12
2.`cd reactjs_koans`
13
13
3.`npm run setup`
14
14
15
+
Having troubles with installation? Try using Node.js in `0.12` version. You can use [`nvm`](https://github.com/creationix/nvm) to install multiple versions on Node on your machine.
16
+
15
17
## Koans structure
16
18
17
19
* Edit the files found in the **`exercises`** directory.
@@ -37,7 +39,7 @@ You can run a webserver and see your changes live in your web browser:
37
39
38
40
Join our [React.js Kung Fu newsletter](http://eepurl.com/br5PF1) and receive free React.js lessons every now and then.
0 commit comments