Replies: 1 comment
-
|
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Bundler 2.3.22 in a Docker container. When I do
faker --helpI get:I've tried moving the bin stub generated by Bundler to another name like
faker-botbut I still get the message. It seems that if I have onlyfaker(and notfaker-botin my Gemfile, I still get a bin stub as iffakeralso has a CLI. However, when I do that, the executable does nothing.What kinda works is to have
fakerin the Gemfile butfaker-botloaded viagem install. This has an error during thegem installthat it is going to overwrite an existingfakerexecutable. But then the unbundledfakerexecutable doesn't complain as much. It still complains about the spell checker problem.Beta Was this translation helpful? Give feedback.
All reactions