【错误】You must use Bundler 2 or greater with this lockfile.

简介: 今天打开程序,报下面这个错误

今天打开程序,报下面这个错误


$ bundle install
You must use Bundler 2 or greater with this lockfile.


这个错误的原因的bundler插件版本过低,可能是因为某些gem更新了,所以我们来安装更高版本的bundler插件,这样错误就解决了


$ gem install bundler -v2.0.2
Fetching: bundler-2.0.2.gem (100%)
Successfully installed bundler-2.0.2
Parsing documentation for bundler-2.0.2
Installing ri documentation for bundler-2.0.2
Done installing documentation for bundler after 6 seconds
1 gem installed
目录
相关文章
undefined reference to symbol 'dlsym@@GLIBC_2.17' libdl.so: error adding symbols: DSO missing from c
undefined reference to symbol 'dlsym@@GLIBC_2.17' libdl.so: error adding symbols: DSO missing from c
610 0
|
5月前
|
机器学习/深度学习 Python
【Python】已解决TypeError: init() got an unexpected keyword argument ‘threshold’
【Python】已解决TypeError: init() got an unexpected keyword argument ‘threshold’
228 0
|
7月前
|
JavaScript 程序员 Swift
The compiler is unable to type-check this expression in reasonable time; try breaking up the express
The compiler is unable to type-check this expression in reasonable time; try breaking up the express
79 0
npm ERR! typeerror Error: Missing required argument #1
npm ERR! typeerror Error: Missing required argument #1
775 0
又被ESLint 调戏了!!! ESLint:Newline required at end of file but not found. eslint(eol-last) [12, 22]
又被ESLint 调戏了!!! ESLint:Newline required at end of file but not found. eslint(eol-last) [12, 22]
|
Ruby
解决安装bundler提示ERROR: Error installing bundler:bundler requires Ruby version >= 2.3.0.
解决安装bundler提示ERROR: Error installing bundler:bundler requires Ruby version >= 2.3.0.
232 0
|
JavaScript 测试技术
js:jest报错RangeError: Maximum call stack size exceeded
js:jest报错RangeError: Maximum call stack size exceeded
160 0
js:jest报错RangeError: Maximum call stack size exceeded
|
缓存
npm install报错Maximum call stack size exceeded解决办法
项目里面执行npm install 时候报错,Maximum call stack size exceeded
1625 0
npm install报错Maximum call stack size exceeded解决办法
pnpm:报错ERR_PNPM_REGISTRIES_MISMATCH
pnpm:报错ERR_PNPM_REGISTRIES_MISMATCH
411 0