diff --git a/aio/tools/examples/add-example-boilerplate.js b/aio/tools/examples/add-example-boilerplate.js index 263071415f..151644ecf3 100644 --- a/aio/tools/examples/add-example-boilerplate.js +++ b/aio/tools/examples/add-example-boilerplate.js @@ -30,6 +30,7 @@ const files = { // requires admin access because it adds symlinks function add() { + remove(); const realPath = path.join(SHARED_PATH, '/node_modules'); const nodeModulesPaths = getNodeModulesPaths(EXAMPLES_PATH);