diff --git a/exercises/hello_react/problem.en.md b/exercises/hello_react/problem.en.md index 51f084d..4c4eecc 100644 --- a/exercises/hello_react/problem.en.md +++ b/exercises/hello_react/problem.en.md @@ -9,6 +9,8 @@ Run the three commands below. `$ npm install express-react-views` +`$ npm install node-jsx` + Next, create `program.js` and copy the code below into the file. ``` diff --git a/exercises/hello_react/problem.ko.md b/exercises/hello_react/problem.ko.md index da82efe..dd769a9 100644 --- a/exercises/hello_react/problem.ko.md +++ b/exercises/hello_react/problem.ko.md @@ -9,6 +9,8 @@ `$ npm install express-react-views` +`$ npm install node-jsx` + 그런 다음, `program.js`를 만들어 다음과 같은 내용을 적습니다. ``` diff --git a/exercises/hello_react/problem.md b/exercises/hello_react/problem.md index 61a5e0b..0359f36 100644 --- a/exercises/hello_react/problem.md +++ b/exercises/hello_react/problem.md @@ -9,6 +9,8 @@ `$ npm install express-react-views` +`$ npm install node-jsx` + 次に `program.js` を作成し、以下のように記述してください。 ```