We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
composer remove --no-update-with-dependencies adwise/language-nl_nl
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: magento/magento2#5797)
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: