-1

I am getting the error again & again, though I have removed/var/pub & pub/static/frontend Error while running static deploy command in Magento

asked Jan 21, 2020 at 12:04
4
  • This is the most explicit error message I saw in my life. I don't know what more could you expect? Commented Jan 21, 2020 at 12:07
  • why you gave -ive vote, please give me solution Commented Jan 21, 2020 at 12:08
  • see this you may get help magento.stackexchange.com/a/264154/78648 Commented Jan 21, 2020 at 12:09
  • 1
    You are using an undefined variable in one of your less files the error clearly states it. pub/static files are generated from module and theme files (where the error is introduced). removing files from pub/static won't do you any good. You have to find your less file in your modules or theme and remove the line of code that uses an undefined variable. You also have to remove var/view_preprocessed (also written in the error message) Commented Jan 21, 2020 at 12:11

1 Answer 1

2

@mobile-cart-padding is need to defined at your variable.less or _extends.less files at your theme folder.

After that, you need to do static content deploy

answered Jan 21, 2020 at 12:24
0

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.