From ffa70704ca6d52a3012d54b46a8bcebe8ccd1f8a Mon Sep 17 00:00:00 2001 From: Steve Mao Date: Tue, 4 Oct 2016 22:12:12 +1100 Subject: [PATCH] simplify npm link script a little bit (#7862) We don't need to remove the folders before linking the modules --- docs/contributing/how-to-contribute.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/contributing/how-to-contribute.md b/docs/contributing/how-to-contribute.md index 1ec2fa27ab..fecb96ef73 100644 --- a/docs/contributing/how-to-contribute.md +++ b/docs/contributing/how-to-contribute.md @@ -116,8 +116,6 @@ If you want to try your changes in your existing React project, you may copy `bu ```sh cd your_project -rm -rf node_modules/react -rm -rf node_modules/react-dom npm link ~/path_to_your_react_clone/build/packages/react npm link ~/path_to_your_react_clone/build/packages/react-dom ```