I run nvim on windows 10,
after the latest update, PackerCompile will fail as below, seems have some path handling problem.

after comment compile.lua :473, it work without error.

Thanks for the report! I am guessing that this is a Windows-specific bug.
Could you please run :lua print(require('packer.luarocks').generate_path_setup()) and post the results?
Hi, here's the result.

Thanks. Could you please test 3567ab9 to verify that it fixes this problem?
Thanks, it is fixed.