Running the tool in a location where the `frames/` sub-folder doesn't already exists results in the following error: ```console [Error: ENOENT: no such file or directory, stat './/frames'] { errno: -2, code: 'ENOENT', syscall: 'stat', path: './/frames' } ``` This is probably caused by the `fs.rmdir` call on this [line](https://github.com/devforth/scriptimate/blob/50d94513480503226977aa656575f362718a7c39/bin/scriptimate.js#L544). The likely fix is to first check for existence before the folder is removed.