From e3c2e18f5ca93df0007612a19dce0a1a2df74907 Mon Sep 17 00:00:00 2001 From: Greg <24735588+greg-han@users.noreply.github.com> Date: Sat, 14 Jul 2018 20:32:42 -0700 Subject: [PATCH] I had to remove these commas to get this to work on ubuntu 16.04 --- bin/sra.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/sra.js b/bin/sra.js index 77b8c38..7d986f8 100755 --- a/bin/sra.js +++ b/bin/sra.js @@ -94,7 +94,7 @@ exec( if (err) throw err; }); }); - }, + } ); console.log('npm init -- done\n'); @@ -123,7 +123,7 @@ exec( process.argv[2] } folder, refer to the README for the project structure.\nHappy Coding!`)) .catch(err => console.error(err)); - }, + } ); - }, + } );