@@ -402,6 +402,9 @@ function mesh_install_scuttlebot {
cat <<EOF > "$rootdir/usr/bin/install_scuttlebot"
#!/bin/bash
+if [ -d ~/.npm/_cacache ]; then
+ rm -rf ~/.npm/_cacache
+fi
if ! npm install --arch=$NPM_ARCH -g scuttlebot@${SCUTTLEBOT_VERSION}; then
exit 1
fi