开发者

Bundler creates a ? folder in the project's root directory

开发者 https://www.devze.com 2023-01-08 02:56 出处:网络
whenever I run the bundle install command, bundler creates a directory in my projects 开发者_如何学JAVAroot with the name \'?\'. How can I prevent this from happening?

whenever I run the bundle install command, bundler creates a directory in my projects 开发者_如何学JAVAroot with the name '?'. How can I prevent this from happening?

I'm assuming the ? directory is due to the fact that some path has not been found, but which? And how could I tackle this issue?

Best regards, DBA


Deleting the .bundle directory and running bundle install again seems to have solved the issue.

0

精彩评论

暂无评论...
验证码 换一张
取 消