Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missed "fontforge" on Win10 #5

Open
Arkanit7 opened this issue Apr 14, 2021 · 2 comments
Open

Missed "fontforge" on Win10 #5

Arkanit7 opened this issue Apr 14, 2021 · 2 comments

Comments

@Arkanit7
Copy link

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.

@Arkanit7 Arkanit7 changed the title Missed "fontforge" on W10 Missed "fontforge" on Win10 Apr 14, 2021
@daniel-araujo
Copy link
Owner

Thank you for taking the time to open this issue.

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.

You can download it for Windows here: https://fontforge.org/en-US/downloads/windows-dl/

Sorry for the inconvenience. I might try to catch the error object and replace the message with something less confusing.

@CrawFish666
Copy link

I already install fontfacegen for win10 but still have this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants