Add note on npm rebuild

This commit is contained in:
Girish Ramakrishnan
2018-08-01 18:37:40 -07:00
parent 621d00a5c6
commit 92151b1e42
+1
View File
@@ -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