scottbishopdev / RoverInterviewProject

A project I completed in about two weeks while interviewing for Rover.com in 2018. This is a re-upload of my original Rover_Interview_Project repo.
GNU General Public License v3.0
0 stars 0 forks source link

"The system cannot find the path specified" error on first "npm run clean" attempt #28

Open scottbishopdev opened 3 years ago

scottbishopdev commented 3 years ago

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.