Имеется проект на node 8. Под управлением yarn.
В какой-то момент перестал запускаться с такой ошибкой:
Starting dev server...
(node:6687) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'map' of undefined
at getVariantCss ((cut)/node_modules/google-fonts-webpack-plugin/src/GoogleWebfonts.js:23:25)
at variants.forEach.variant ((cut)/node_modules/google-fonts-webpack-plugin/src/GoogleWebfonts.js:70:16)
at Array.forEach (<anonymous>)
at font.info.then.info ((cut)/node_modules/google-fonts-webpack-plugin/src/GoogleWebfonts.js:67:14)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:189:7)
Удивительно то, что все копии проекта, в том числе и старые на разных машинах (debian/ubutnu/macos) тоже перестали запускаться. Гугление этой ошибки ничего такого не даёт.