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
bundle install --path=vendor/bundle
[DEPRECATED] The --path flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use bundle config set --local path 'vendor/bundle', and stop using this flag
Could not locate Gemfile
bundle install --local path 'vendor/bundle'
ERROR: "bundle install" was called with arguments ["path", "vendor/bundle"]
Usage: "bundle install [OPTIONS]"
how to fix? thx
The text was updated successfully, but these errors were encountered:
bundle install --path=vendor/bundle
[DEPRECATED] The
--path
flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please usebundle config set --local path 'vendor/bundle'
, and stop using this flagCould not locate Gemfile
bundle install --local path 'vendor/bundle'
ERROR: "bundle install" was called with arguments ["path", "vendor/bundle"]
Usage: "bundle install [OPTIONS]"
how to fix? thx
The text was updated successfully, but these errors were encountered: