Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error installing Decidim, package is corrupt #57

Open
AdrianaAR opened this issue Jun 25, 2020 · 1 comment
Open

Error installing Decidim, package is corrupt #57

AdrianaAR opened this issue Jun 25, 2020 · 1 comment

Comments

@AdrianaAR
Copy link

I'm trying to install Decidim manually and have followed the steps here on Ubuntu 18.04 on VirtualBox

When I arrive at "gem install decidim" I get the following error:

ERROR:  Error installing decidim:
	invalid gem: package is corrupt, exception while verifying: undefined method `path' for "data.tar.gz":String (NoMethodError) in /home/adriana/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/cache/activesupport-5.2.4.3.gem

/Adriana

@microstudi
Copy link
Contributor

seems like some installation went corrupt at some point.
Can you try to uninstall all the versions of Decidim you have and then install them again?

You can list all decidim version with this command:

gem list decidim

Then remove specific version with:

gem uninstall decidim -v 0.21.0

You can do the trick with any gem (it seems that activesuport is broken in your case)

Or you can just remove the ~/.rbenv folder and install everything again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants