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
[webpack-cli] FontFaceException {
message: 'We are missing some required font packages.\n' +
'That can be installed with:\n' +
'brew install fontforge',
name: 'FontFaceException'
}
So I have installed "fontforge" with npm, but still the same error.
The text was updated successfully, but these errors were encountered:
Arkanit7
changed the title
Missed "fontforge" on W10
Missed "fontforge" on Win10
Apr 14, 2021
FontForge is a stand-alone tool. It is not a package that you can install through NPM. The error message comes from the fontfacegen package and it is refering to a package manager that is commonly used by macOS developers.
Windows 10.
[webpack-cli] FontFaceException {
message: 'We are missing some required font packages.\n' +
'That can be installed with:\n' +
'brew install fontforge',
name: 'FontFaceException'
}
So I have installed "fontforge" with npm, but still the same error.
The text was updated successfully, but these errors were encountered: