From e23e361d8cf34a2d93927d96d2bc04068dde99fe Mon Sep 17 00:00:00 2001 From: Jorrit Date: Tue, 28 Mar 2017 09:10:08 +0200 Subject: [PATCH] Fix bash script on linux Linux only accept one argument in a shebang, so everything after the /usr/bin/env is seen as one argument. For setting this node option, see https://github.com/npm/npm/issues/12238 Resolve #838 --- bin/ionic-app-scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ionic-app-scripts.js b/bin/ionic-app-scripts.js index 73236be5..18ece167 100755 --- a/bin/ionic-app-scripts.js +++ b/bin/ionic-app-scripts.js @@ -1,4 +1,4 @@ -#!/usr/bin/env node --max_old_space_size=2048 +#!/usr/bin/env node if (process.argv.length > 2) {