Got error Not an editor command: MasonUpdate for first installation
#1183
-
|
I use packer to install Mason via this command: For the first installation, I got an error: Many thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Based on their fix, you should be able to run |
Beta Was this translation helpful? Give feedback.
-
|
I'm also getting the same error but my setup is different. This is not a fresh install and this used to work. I don't know when it broke. Based on your answer above I added: to the lua block above but then I get: and :MasonUpdate still gives a E492: Not and editor command: MasonUpdate |
Beta Was this translation helpful? Give feedback.
Based on their fix, you should be able to run
require('mason.api.command').MasonUpdate()@bavo96