Closed heypoom closed 8 years ago
On my current machine, the "npm test" command fails due to the copy script, which is caused by cp trying to copy to a non-existent directory (lib/), which has been deleted by the previous "rm -rf lib/" command. A simple mkdir would've resolved this.
Thanks for the catch!
What OS are you running? I haven't had such an issue.
On my current machine, the "npm test" command fails due to the copy script, which is caused by cp trying to copy to a non-existent directory (lib/), which has been deleted by the previous "rm -rf lib/" command. A simple mkdir would've resolved this.