Magento 2 static deploy en_US argument invalid on XAMPPProblem with Magento 2 installation and JS/CSS filesstatic-content deploy errorStatic content deploy - Compilation from sourcestatic content deploy issuesstatic deploy not taking correct files to Pub/Static foldersManaging M2 projects with GIT (workflow)Magento 2 | deploy static content errorMagento 2.1 - Deploy static view files without deleting pub/staticMagento 2 - Really Bad Performance in DockerMagento 2 Static content deploy error

How is it possible for user's password to be changed after storage was encrypted? (on OS X, Android)

Domain expired, GoDaddy holds it and is asking more money

Pristine Bit Checking

Extreme, but not acceptable situation and I can't start the work tomorrow morning

Does bootstrapped regression allow for inference?

What is the meaning of "of trouble" in the following sentence?

Email Account under attack (really) - anything I can do?

Patience, young "Padovan"

What do you call words made from common English words?

How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?

COUNT(*) or MAX(id) - which is faster?

What do you call something that goes against the spirit of the law, but is legal when interpreting the law to the letter?

Piano - What is the notation for a double stop where both notes in the double stop are different lengths?

aging parents with no investments

How to make payment on the internet without leaving a money trail?

Unbreakable Formation vs. Cry of the Carnarium

How to move the player while also allowing forces to affect it

Does a dangling wire really electrocute me if I'm standing in water?

Can the Produce Flame cantrip be used to grapple, or as an unarmed strike, in the right circumstances?

Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?

Hosting Wordpress in a EC2 Load Balanced Instance

Why is the design of haulage companies so “special”?

Add an angle to a sphere

Landlord wants to switch my lease to a "Land contract" to "get back at the city"



Magento 2 static deploy en_US argument invalid on XAMPP


Problem with Magento 2 installation and JS/CSS filesstatic-content deploy errorStatic content deploy - Compilation from sourcestatic content deploy issuesstatic deploy not taking correct files to Pub/Static foldersManaging M2 projects with GIT (workflow)Magento 2 | deploy static content errorMagento 2.1 - Deploy static view files without deleting pub/staticMagento 2 - Really Bad Performance in DockerMagento 2 Static content deploy error






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I've cloned a working magento 2 repo, done composer install and when I'm trying do do: setup:static-content:deploy I get the error:



[InvalidArgumentException]
en_US argument has invalid value, please run info:language:list for list of available locales


When I run info:language:list I've got an empty list.



This is happening only on windows with xampp - on other computer with linux/mac everything is working fine.



What could be the problem?



EDIT:
Every new install of magento 2 fails on two computers with win7 and xampp. I've tried wamp but it failed as well. It doesn't matter how magento is installed - though composer, git clone or zip package. Any ideas?










share|improve this question
















bumped to the homepage by Community 1 hour ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • i also same problem on ubuntu lamp , stackoverflow.com/questions/34054617/… not hlep me , if got solution update here

    – matinict
    Apr 1 '18 at 6:37


















1















I've cloned a working magento 2 repo, done composer install and when I'm trying do do: setup:static-content:deploy I get the error:



[InvalidArgumentException]
en_US argument has invalid value, please run info:language:list for list of available locales


When I run info:language:list I've got an empty list.



This is happening only on windows with xampp - on other computer with linux/mac everything is working fine.



What could be the problem?



EDIT:
Every new install of magento 2 fails on two computers with win7 and xampp. I've tried wamp but it failed as well. It doesn't matter how magento is installed - though composer, git clone or zip package. Any ideas?










share|improve this question
















bumped to the homepage by Community 1 hour ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • i also same problem on ubuntu lamp , stackoverflow.com/questions/34054617/… not hlep me , if got solution update here

    – matinict
    Apr 1 '18 at 6:37














1












1








1


1






I've cloned a working magento 2 repo, done composer install and when I'm trying do do: setup:static-content:deploy I get the error:



[InvalidArgumentException]
en_US argument has invalid value, please run info:language:list for list of available locales


When I run info:language:list I've got an empty list.



This is happening only on windows with xampp - on other computer with linux/mac everything is working fine.



What could be the problem?



EDIT:
Every new install of magento 2 fails on two computers with win7 and xampp. I've tried wamp but it failed as well. It doesn't matter how magento is installed - though composer, git clone or zip package. Any ideas?










share|improve this question
















I've cloned a working magento 2 repo, done composer install and when I'm trying do do: setup:static-content:deploy I get the error:



[InvalidArgumentException]
en_US argument has invalid value, please run info:language:list for list of available locales


When I run info:language:list I've got an empty list.



This is happening only on windows with xampp - on other computer with linux/mac everything is working fine.



What could be the problem?



EDIT:
Every new install of magento 2 fails on two computers with win7 and xampp. I've tried wamp but it failed as well. It doesn't matter how magento is installed - though composer, git clone or zip package. Any ideas?







magento2 cli static-content






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 1 '16 at 7:21







Tom

















asked Feb 11 '16 at 14:15









TomTom

276310




276310





bumped to the homepage by Community 1 hour ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 1 hour ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.














  • i also same problem on ubuntu lamp , stackoverflow.com/questions/34054617/… not hlep me , if got solution update here

    – matinict
    Apr 1 '18 at 6:37


















  • i also same problem on ubuntu lamp , stackoverflow.com/questions/34054617/… not hlep me , if got solution update here

    – matinict
    Apr 1 '18 at 6:37

















i also same problem on ubuntu lamp , stackoverflow.com/questions/34054617/… not hlep me , if got solution update here

– matinict
Apr 1 '18 at 6:37






i also same problem on ubuntu lamp , stackoverflow.com/questions/34054617/… not hlep me , if got solution update here

– matinict
Apr 1 '18 at 6:37











1 Answer
1






active

oldest

votes


















0














Try to remove var/* of magento2 and recompile all again by execute command php bin/magento setup:static-content:deploy. If problems still there you should re-install magento

Latest version 2.0.2 here






share|improve this answer























  • The first thing I tried was removing var/* but it did not help. Reinstalling magento is not a solution for me at the moment. Any other ideas?

    – Tom
    Feb 12 '16 at 7:20











  • Backup db and try to install clean. Have you try to download full code i already answer above? Install new may help to solve conflict or missing packages. I don't have experience about this problem. My case works fine with Windows 10 and xampp install along with full zip source code

    – mrtuvn
    Feb 12 '16 at 14:40











  • Every new install of magento 2 fails on two computers with win7 and xampp. I've tried wamp but it failed as well. It doesn't matter how magento is installed - though composer, git clone or zip package. Any ideas?

    – Tom
    Mar 1 '16 at 7:19











  • you should download from previous link in comment. I have tested in windows 10 + xampp. I works fine in latest release. Make sure you install version with sample data. By the way , you should make sure to check all files you have changed. Maybe it contain error or typo issues may cause your problem

    – mrtuvn
    Mar 1 '16 at 8:13











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f101415%2fmagento-2-static-deploy-en-us-argument-invalid-on-xampp%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














Try to remove var/* of magento2 and recompile all again by execute command php bin/magento setup:static-content:deploy. If problems still there you should re-install magento

Latest version 2.0.2 here






share|improve this answer























  • The first thing I tried was removing var/* but it did not help. Reinstalling magento is not a solution for me at the moment. Any other ideas?

    – Tom
    Feb 12 '16 at 7:20











  • Backup db and try to install clean. Have you try to download full code i already answer above? Install new may help to solve conflict or missing packages. I don't have experience about this problem. My case works fine with Windows 10 and xampp install along with full zip source code

    – mrtuvn
    Feb 12 '16 at 14:40











  • Every new install of magento 2 fails on two computers with win7 and xampp. I've tried wamp but it failed as well. It doesn't matter how magento is installed - though composer, git clone or zip package. Any ideas?

    – Tom
    Mar 1 '16 at 7:19











  • you should download from previous link in comment. I have tested in windows 10 + xampp. I works fine in latest release. Make sure you install version with sample data. By the way , you should make sure to check all files you have changed. Maybe it contain error or typo issues may cause your problem

    – mrtuvn
    Mar 1 '16 at 8:13















0














Try to remove var/* of magento2 and recompile all again by execute command php bin/magento setup:static-content:deploy. If problems still there you should re-install magento

Latest version 2.0.2 here






share|improve this answer























  • The first thing I tried was removing var/* but it did not help. Reinstalling magento is not a solution for me at the moment. Any other ideas?

    – Tom
    Feb 12 '16 at 7:20











  • Backup db and try to install clean. Have you try to download full code i already answer above? Install new may help to solve conflict or missing packages. I don't have experience about this problem. My case works fine with Windows 10 and xampp install along with full zip source code

    – mrtuvn
    Feb 12 '16 at 14:40











  • Every new install of magento 2 fails on two computers with win7 and xampp. I've tried wamp but it failed as well. It doesn't matter how magento is installed - though composer, git clone or zip package. Any ideas?

    – Tom
    Mar 1 '16 at 7:19











  • you should download from previous link in comment. I have tested in windows 10 + xampp. I works fine in latest release. Make sure you install version with sample data. By the way , you should make sure to check all files you have changed. Maybe it contain error or typo issues may cause your problem

    – mrtuvn
    Mar 1 '16 at 8:13













0












0








0







Try to remove var/* of magento2 and recompile all again by execute command php bin/magento setup:static-content:deploy. If problems still there you should re-install magento

Latest version 2.0.2 here






share|improve this answer













Try to remove var/* of magento2 and recompile all again by execute command php bin/magento setup:static-content:deploy. If problems still there you should re-install magento

Latest version 2.0.2 here







share|improve this answer












share|improve this answer



share|improve this answer










answered Feb 12 '16 at 2:19









mrtuvnmrtuvn

1,88411829




1,88411829












  • The first thing I tried was removing var/* but it did not help. Reinstalling magento is not a solution for me at the moment. Any other ideas?

    – Tom
    Feb 12 '16 at 7:20











  • Backup db and try to install clean. Have you try to download full code i already answer above? Install new may help to solve conflict or missing packages. I don't have experience about this problem. My case works fine with Windows 10 and xampp install along with full zip source code

    – mrtuvn
    Feb 12 '16 at 14:40











  • Every new install of magento 2 fails on two computers with win7 and xampp. I've tried wamp but it failed as well. It doesn't matter how magento is installed - though composer, git clone or zip package. Any ideas?

    – Tom
    Mar 1 '16 at 7:19











  • you should download from previous link in comment. I have tested in windows 10 + xampp. I works fine in latest release. Make sure you install version with sample data. By the way , you should make sure to check all files you have changed. Maybe it contain error or typo issues may cause your problem

    – mrtuvn
    Mar 1 '16 at 8:13

















  • The first thing I tried was removing var/* but it did not help. Reinstalling magento is not a solution for me at the moment. Any other ideas?

    – Tom
    Feb 12 '16 at 7:20











  • Backup db and try to install clean. Have you try to download full code i already answer above? Install new may help to solve conflict or missing packages. I don't have experience about this problem. My case works fine with Windows 10 and xampp install along with full zip source code

    – mrtuvn
    Feb 12 '16 at 14:40











  • Every new install of magento 2 fails on two computers with win7 and xampp. I've tried wamp but it failed as well. It doesn't matter how magento is installed - though composer, git clone or zip package. Any ideas?

    – Tom
    Mar 1 '16 at 7:19











  • you should download from previous link in comment. I have tested in windows 10 + xampp. I works fine in latest release. Make sure you install version with sample data. By the way , you should make sure to check all files you have changed. Maybe it contain error or typo issues may cause your problem

    – mrtuvn
    Mar 1 '16 at 8:13
















The first thing I tried was removing var/* but it did not help. Reinstalling magento is not a solution for me at the moment. Any other ideas?

– Tom
Feb 12 '16 at 7:20





The first thing I tried was removing var/* but it did not help. Reinstalling magento is not a solution for me at the moment. Any other ideas?

– Tom
Feb 12 '16 at 7:20













Backup db and try to install clean. Have you try to download full code i already answer above? Install new may help to solve conflict or missing packages. I don't have experience about this problem. My case works fine with Windows 10 and xampp install along with full zip source code

– mrtuvn
Feb 12 '16 at 14:40





Backup db and try to install clean. Have you try to download full code i already answer above? Install new may help to solve conflict or missing packages. I don't have experience about this problem. My case works fine with Windows 10 and xampp install along with full zip source code

– mrtuvn
Feb 12 '16 at 14:40













Every new install of magento 2 fails on two computers with win7 and xampp. I've tried wamp but it failed as well. It doesn't matter how magento is installed - though composer, git clone or zip package. Any ideas?

– Tom
Mar 1 '16 at 7:19





Every new install of magento 2 fails on two computers with win7 and xampp. I've tried wamp but it failed as well. It doesn't matter how magento is installed - though composer, git clone or zip package. Any ideas?

– Tom
Mar 1 '16 at 7:19













you should download from previous link in comment. I have tested in windows 10 + xampp. I works fine in latest release. Make sure you install version with sample data. By the way , you should make sure to check all files you have changed. Maybe it contain error or typo issues may cause your problem

– mrtuvn
Mar 1 '16 at 8:13





you should download from previous link in comment. I have tested in windows 10 + xampp. I works fine in latest release. Make sure you install version with sample data. By the way , you should make sure to check all files you have changed. Maybe it contain error or typo issues may cause your problem

– mrtuvn
Mar 1 '16 at 8:13

















draft saved

draft discarded
















































Thanks for contributing an answer to Magento Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f101415%2fmagento-2-static-deploy-en-us-argument-invalid-on-xampp%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

六本木駅

Integral that is continuous and looks like it converges to a geometric seriesTesting if a geometric series converges by taking limit to infinitySummation of arithmetic-geometric series of higher orderGeometric series with polynomial exponentHow to Recognize a Geometric SeriesShowing an integral equality with series over the integersDiscontinuity of a series of continuous functionsReasons why a Series ConvergesSum of infinite geometric series with two terms in summationUsing geometric series for computing IntegralsLimit of geometric series sum when $r = 1$

Joseph Lister