You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you get this random error on 'Mondays' (yes... on Mondays :-)) likely it is related to a Webpack bug (that has to do with a message asking for donation only on Mondays ).
TypeError: process.getuid is not a function (cli.js:356:43)
Changing the timezone to a country already on Tuesday or upgrading to "webpack-cli": "^3.3.5" fixed the issue. Obviously the solution is the latter to make the starter work..
PS: clueless why this didn't crash last Monday but the timezone change and the new version did the trick. Probably the starter should use a more recent webpack-cli version.
/Alex
The text was updated successfully, but these errors were encountered:
If you get this random error on 'Mondays' (yes... on Mondays :-)) likely it is related to a Webpack bug (that has to do with a message asking for donation only on Mondays ).
See details here:
webpack/webpack-cli#962
Changing the timezone to a country already on Tuesday or upgrading to
"webpack-cli": "^3.3.5"
fixed the issue. Obviously the solution is the latter to make the starter work..PS: clueless why this didn't crash last Monday but the timezone change and the new version did the trick. Probably the starter should use a more recent webpack-cli version.
/Alex
The text was updated successfully, but these errors were encountered: