From: Cheng Zhao Date: Fri, 1 Nov 2013 02:15:41 +0000 (+0800) Subject: Fix the "'true' is not recognized as an internal or external command" error. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=618d0c63973fc9e48c5815f1031533fa0a1b8dc4;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Fix the "'true' is not recognized as an internal or external command" error. --- diff --git a/package.json b/package.json index 22e6398..f1dac6e 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,6 @@ "private": true, "scripts": { - "preinstall": "true" + "preinstall": "node -e 'process.exit(0)'" } }