From 92151b1e425dbc031d2aa82e669b16bd586064a8 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 1 Aug 2018 18:37:40 -0700 Subject: [PATCH] Add note on npm rebuild --- scripts/installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/installer.sh b/scripts/installer.sh index ebdb4e014..83ed14f92 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -77,6 +77,7 @@ if [[ "$(node --version)" != "v8.11.2" ]]; then rm -rf /usr/local/node-6.11.5 fi +# this is here (and not in updater.js) because rebuild requires the above node for try in `seq 1 10`; do # for reasons unknown, the dtrace package will fail. but rebuilding second time will work