I get so many story list with number suffix file in my nodejs version folder how to stop generate files like this?

how to stop make these files?

Usually this happens if the user that runs node.js does not have permissions to overwrite the original storylist file. I suggest deleting all of these files and then making sure you run node.js as the same user every time.

Thanks I write a simple script to delete them