Error: ENOOET: no such file or directory

127 Views Asked by At

I have small problem. In my nodejs/express application i use the passport-local strategy for processing authorization information. Recently I began to receive a message in the my nodejs console:

Error: ENOENT: no such file or directory, chmod, rename 'C:\olympus\SRC\Gui\app\sessions\WCe9twVKOmignsse_g3H4Uyml2ACz1W5.json.790444257' -> 'C:\olympus\SRC\Gui\app\sessions\WCe9twVKOmignsse_g3H4Uyml2ACz1W5.json'

at Error (native)

This is very annoying. How can I remove this messages from my console?

0

There are 0 best solutions below