Currently, the "npm run clean" command works, but it's first invocation will return an error message stating that "The system cannot find the path specified." This is almost certainly related to rimraf attempting to remove either the node_modules directory, or the src/dist directory.
Currently, the "npm run clean" command works, but it's first invocation will return an error message stating that "The system cannot find the path specified." This is almost certainly related to rimraf attempting to remove either the node_modules directory, or the src/dist directory.