From 077a6d940000c8ff602ff81036f24aec34ff11c4 Mon Sep 17 00:00:00 2001 From: Shubham Rath Date: Wed, 14 Jun 2017 13:24:51 +0530 Subject: [PATCH] Isomorphic Issue regarding dependecy It is solved by installing the dependencies globally. --- exercises/isomorphic/problem.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/isomorphic/problem.en.md b/exercises/isomorphic/problem.en.md index 510c93b..764c02d 100644 --- a/exercises/isomorphic/problem.en.md +++ b/exercises/isomorphic/problem.en.md @@ -16,7 +16,7 @@ Let's try it! Start by installing the required modules. Run the four commands below. ``` -$ npm install browserify babelify babel-preset-react babel-preset-es2015 +$ npm install -g browserify babelify babel-preset-react babel-preset-es2015 ``` Next, let's create `app.js` at the same directory as `program.js` and copy the code below into the file.