-
|
I am trying to execute what I am missing. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
If you want to install the bundle locally, it is recommended to first run |
Beta Was this translation helpful? Give feedback.
-
|
I was having the same issue on Your suggested setting of Thank you @guss77 ! |
Beta Was this translation helpful? Give feedback.
If you want to install the bundle locally, it is recommended to first run
bundle config --local path .bundle(or some other path instead of.bundle). Bundler used to say that when you try to install things as a user without setting up a local configuration - but for some reason it doesn't do that anymore.