diff --git a/Makefile b/Makefile
index 59c2123cdb..8d9702ac83 100644
--- a/Makefile
+++ b/Makefile
@@ -219,7 +219,7 @@ node-check:
 
 .PHONY: clean-all
 clean-all: clean
-	rm -rf $(WEBPACK_DEST_ENTRIES)
+	rm -rf $(WEBPACK_DEST_ENTRIES) node_modules
 
 .PHONY: clean
 clean: