Neorg ERROR messages with lazy plugin manager #1308
Replies: 2 comments
-
Two of this same error message pops up when I start typing ":Neorg journal" or I use my keybinding to go there. After the error pops up and goes away, I don't see it again. So it's more of a bother, I wondered anyone's thoughts though. |
Beta Was this translation helpful? Give feedback.
-
here's my config: { |
Beta Was this translation helpful? Give feedback.
-
[neorg] (14:32:44)
.../.local/share/nvim/lazy/neorg/lua/neorg/core/modules.lua:448
Unable to load module 'core.neorgcmd.commands.module.load'. The module probably does not exist! Stacktrace: module 'neorg.modules.core.neorgcmd.commands.module.load.module' not found:
no field package.preload['neorg.modules.core.neorgcmd.commands.module.load.module']
cache_loader: module neorg.modules.core.neorgcmd.commands.module.load.module not found
cache_loader_lib: module neorg.modules.core.neorgcmd.commands.module.load.module not found
no file './neorg/modules/core/neorgcmd/commands/module/load/module.lua'
no file '/home/ryan/neovim/.deps/usr/share/luajit-2.1/neorg/modules/core/neorgcmd/commands/module/load/module.lua'
no file '/usr/local/share/lua/5.1/neorg/modules/core/neorgcmd/commands/module/load/module.lua'
no file '/usr/local/share/lua/5.1/neorg/modules/core/neorgcmd/commands/module/load/module/init.lua'
no file '/home/ryan/neovim/.deps/usr/share/lua/5.1/neorg/modules/core/neorgcmd/commands/module/load/module.lua'
no file '/home/ryan/neovim/.deps/usr/share/lua/5.1/neorg/modules/core/neorgcmd/commands/module/load/module/init.lua'
no file './neorg/modules/core/neorgcmd/commands/module/load/module.so'
no file '/usr/local/lib/lua/5.1/neorg/modules/core/neorgcmd/commands/module/load/module.so'
no file '/home/ryan/neovim/.deps/usr/lib/lua/5.1/neorg/modules/core/neorgcmd/commands/module/load/module.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
no file './neorg.so'
no file '/usr/local/lib/lua/5.1/neorg.so'
no file '/home/ryan/neovim/.deps/usr/lib/lua/5.1/neorg.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
Beta Was this translation helpful? Give feedback.
All reactions