Hi roi bueno,
The "Error EPERM, unlink ..." message is caused when node.js is unable to delete the specified file due to insufficient permissions.
You can maybe try checking that you have an up to date installation of node.js, failing that it could be some other program is accessing the file at the same time (such as anti-virus software)
Thanks,
Chris