0

I get "Too many arguments, expected arguments" when I use the template php magento/bin setup:install \ --admin-firstname=John \ --admin-lastname=Smith \ [email protected] \ --admin-user=admin \ --admin-password=password1 \ --base-url=http://magento.local/ \ --db-host=localhost \ --db-name=magento \ --db-user=magento \ --db-password=magento \ --currency=USD \ --timezone=America/Chicago \ --language=en_US \ --use-rewrites=1

asked Dec 15, 2017 at 17:18

1 Answer 1

0

The back slash \ is there to hash out the hidden line return. However if you have typed in the command from the official documentation into your linux command line without the hidden linefeeds this error will appear.

Simply remove the back slashes.

answered Dec 15, 2017 at 17:23

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.