-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description:
Encountered an error during make install: "mockgen" executable not found in $PATH, preventing successful installation.
Error Details:
Error: running "make install" - "mockgen": exec: "mockgen": executable file not found in $PATH
Steps to Reproduce:
- Execute
make install. - Observe error regarding missing "mockgen" executable.
Possible Solutions:
- Add "mockgen" as a requirement in the README with installation instructions.
- Alternatively, update the makefile to install "mockgen" as a dependency during the installation process.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working