node_modules をクリアする方法

以下のコマンドを実行して完全にクリーンな状態にする

rm -rf node_modules
rm package-lock.json yarn.lock
npm cache clear --force