magic/magic-boot-naive/del_node_modules.cmd

2 lines
55 B
Batchfile

del /f/s/q node_modules > nul;
rmdir /s/q node_modules;