Adwise / magento2-nl_NL-language

Magento 2 (CE) Dutch Language Pack - Translated, optimized and maintained by Adwise
http://www.adwise.nl/
9 stars 17 forks source link

How to uninstall? #18

Open mikehenze opened 7 years ago

mikehenze commented 7 years ago

I changed this in composer,json to: "adwise/language-nl_nl": "^1.2",

But it still hangs if i use this command: php bin/magento i18n:uninstall adwise/language-nl_nl

What am i doing wrong?

hostep commented 7 years ago

1) Run composer remove --no-update-with-dependencies adwise/language-nl_nl 2) Run bin/magento setup:upgrade

That should remove it from your project.

(I didn't actually test this, but I'm pretty sure this will work)

(The fact that it hangs might be related to this Magento bug: https://github.com/magento/magento2/issues/5797)