When working on a website locally using Node.js, the presence of an emacs backup file (e.g., “MyPage.js~”) will cause the “Local Save” operation to fail. The error message at the console is “dest already exists.” If I remove the backup file, I can save again without a problem.
By the way, thanks for making it possible to work locally with Wix. It makes coding easier.