I'm trying to run this NPM script: ``` shx rm -rf '**/node_modules/' && shx rm -rf '**/package-lock.json' ``` However, this seems to exit without recursively removing those directories / files.