You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install esbulk like documented in the readme:
go install github.com/miku/esbulk/cmd/esbulk@latest
that is not anymore because of the replace directive in the .mod file that was added two month ago.
The go.mod file for the module providing named packages contains one or
more replace directives. It must not contain directives that would cause
it to be interpreted differently than if it were the main module.
Docker is not possible for me. Is there another way to install the Tool? (new to go and its environment ;) )
The text was updated successfully, but these errors were encountered:
Hi,
I tried to install esbulk like documented in the readme:
go install github.com/miku/esbulk/cmd/esbulk@latest
that is not anymore because of the replace directive in the .mod file that was added two month ago.
Docker is not possible for me. Is there another way to install the Tool? (new to go and its environment ;) )
The text was updated successfully, but these errors were encountered: