Packer.nvim: PackerCompile fails on luarocks.generate_path_setup()

Created on 22 Jan 2021  路  4Comments  路  Source: wbthomason/packer.nvim

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

image

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

bug windows

All 4 comments

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.
image

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

Thanks, it is fixed.

Was this page helpful?
0 / 5 - 0 ratings