1

I found a bug when checking the vagrant version in ubuntu terminal It returns these following error:

Invalid gemspec in [/usr/share/rubygems-integration/all/specifications/rbnacl-libsodium.gemspec]: stack level too deep
Shawn
  • 1,232
  • 1
  • 14
  • 44

1 Answers1

0

Just update your vagrant that works. Download direct from the vagrant website and don't use the version of ubuntu repository apt-get install vagrant.

The ubuntu version is outdated. Solved from: github issues

Shawn
  • 1,232
  • 1
  • 14
  • 44
  • 1
    If this was true in the past, it no longer works, possibly because that gem is discontinued. For me, I had to delete /usr/share/rubygems-integration/all/specifications/rbnacl-libsodium.gemspec . – Forest J. Handford Mar 31 '20 at 21:13
  • 1
    but last year it worked for me. and thanks for this info – Shawn Apr 01 '20 at 02:07