-
Notifications
You must be signed in to change notification settings - Fork 640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting issue while installing the packer files #89
Comments
`local ensure_packer = function() local packer_bootstrap = ensure_packer() return require('packer').startup(function(use) -- Automatically set up your configuration after cloning packer.nvim
|
were you able to resolve this.. getting the same for most of the packages? The only change I made was to rename the init.lua folder to nvim |
@VinayChaurasiyaA |
it worked for me |
Error detected while processing :source (no file): E5108: Error executing lua [string ":source (no file)"]:6: module 'packer' not found: no field package.preload['packer'] no file './packer.lua' no file '/data/data/com.termux/files/usr/share/luajit-2.1.0-beta3/packer.l ua' no file '/usr/local/share/lua/5.1/packer.lua' no file '/usr/local/share/lua/5.1/packer/init.lua' no file '/data/data/com.termux/files/usr/share/lua/5.1/packer.lua' no file '/data/data/com.termux/files/usr/share/lua/5.1/packer/init.lua' no file './packer.so' no file '/usr/local/lib/lua/5.1/packer.so' no file '/data/data/com.termux/files/usr/lib/lua/5.1/packer.so' no file '/usr/local/lib/lua/5.1/loadall.so' stack traceback: [C]: in function 'require' [string ":source (no file)"]:6: in main chunk
The text was updated successfully, but these errors were encountered: