jnordberg / wintersmith

A flexible static site generator
http://wintersmith.io/
MIT License
3.5k stars 335 forks source link

error Got a change event for item not previously in tree #241

Closed andreypopp closed 9 years ago

andreypopp commented 10 years ago

I constantly get errors like:

error Got a change event for item not previously in tree: /Users/.../documentation/schema.md~

while editing content with Vim.

emirotin commented 10 years ago

same here for less file

lihop commented 9 years ago

I was having the same problem. Writing and quitting vim (:wq!) worked fine, but just writing (:w!) would crash the server with that error message.

I found this issue with the chokidar module. This comment suggested using set nowritebackup as a workaround. I added that line to my .vimrc and it solved the issue for me.

jnordberg commented 9 years ago

I think this was due to a bug in fsevents, let me know if anyone still has this issue