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

Cannot build: Verda causes error #2599

Open
HaleyHalcyon opened this issue Nov 24, 2024 · 5 comments
Open

Cannot build: Verda causes error #2599

HaleyHalcyon opened this issue Nov 24, 2024 · 5 comments

Comments

@HaleyHalcyon
Copy link

HaleyHalcyon commented Nov 24, 2024

Describe your problem here. Provide pictures and files if necessary.


  • Your font version: (Release or git, version) efc29ff (Release 32.1.0)
  • Your font variant: Custom
  • Your operating system (name and version): Windows 10
  • Your application using Iosevka: N/A

If you have problem when building Iosevka, please provide these information:

  • Your Node.js version: v21.6.1
  • Your params/parameters.toml, paste if modified:
  • Your build-plans.toml, paste if modified:
  • Your private-build-plans.toml, if present:
family = "Iotacize #43 Shavian"
spacing = "normal"
serifs = "sans"
noCvSs = true
exportGlyphNames = false
noLigation = true

  [buildPlans.Iotacize_43Shavian.variants]
  inherits = "ss18"

    [buildPlans.Iotacize_43Shavian.variants.design]
    two = "curly-neck-serifless"
    four = "semi-open-serifless"
    five = "oblique-flat-serifless"
    six = "open-contour"
    seven = "curly-serifless"
    eight = "crossing"
    nine = "open-contour"
    zero = "oval-tall-slashed"
    capital-g = "toothed-serifless-hooked"
    capital-i = "serifless"
    capital-j = "serifless"
    capital-k = "symmetric-connected-serifless"
    capital-q = "crossing"
    capital-r = "curly-serifless"
    a = "double-storey-serifless"
    b = "toothed-serifless"
    f = "flat-hook-serifless"
    g = "single-storey-serifless"
    i = "serifless"
    j = "serifless"
    l = "serifed-flat-tailed"
    q = "tailed-serifless"
    r = "hookless-serifless"
    t = "flat-hook"
    y = "straight-serifless"
    long-s = "flat-hook-serifless"
    eszet = "sulzbacher-serifless"
    lower-alpha = "barred"
    lower-delta = "flat-top"
    lower-iota = "serifed-flat-tailed"
    lower-lambda = "straight"
    lower-mu = "toothed-serifless"
    lower-nu = "straight"
    lower-xi = "rounded"
    lower-pi = "tailless"
    lower-tau = "tailless"
    cyrl-a = "double-storey-serifless"
    cyrl-capital-u = "straight-serifless"
    cyrl-u = "straight-serifless"
    cyrl-e = "serifless"
    cyrl-capital-ya = "curly-serifless"
    cyrl-ya = "curly-serifless"
    tilde = "high"
    asterisk = "penta-high"
    underscore = "high"
    paren = "large-contour"
    number-sign = "upright"
    ampersand = "upper-open"
    dollar = "open"
    cent = "open"
    question = "smooth"
    pilcrow = "high"
    micro-sign = "toothed-serifless"

[buildPlans.Iotacize_43Shavian.weights.Regular]
shape = 400
menu = 400
css = 400

[buildPlans.Iotacize_43Shavian.widths.Normal]
shape = 500
menu = 5
css = "normal"

[buildPlans.Iotacize_43Shavian.slopes.Upright]
angle = 0
shape = "upright"
menu = "upright"
css = "normal"
  • The detailed error log:
PS D:\Downloads\iosevka\Iosevka> npm run build --ttf-unhinted::Iotacize_43Shavian
> @iosevka/[email protected] build
> verda -f verdafile.mjs
Required parameter 'targets' was not passed. Please provide a value by passing '--targets=passedValue' in command line arguments
To view the help guide pass '-h'
@be5invis
Copy link
Owner

You need to specify what to build.

npm run build -- ttf::Iotacize_43Shavian

@HaleyHalcyon
Copy link
Author

I don’t know why the command I passed did not show up in my comment, but here it is:


PS D:\Downloads\iosevka\Iosevka> npm run build --ttf-unhinted::Iotacize_43Shavian
> @iosevka/[email protected] build
> verda -f verdafile.mjs
Required parameter 'targets' was not passed. Please provide a value by passing '--targets=passedValue' in command line arguments
To view the help guide pass '-h'

@AndydeCleyre
Copy link

I don't know if you have a typo here, but note the space after the double dash in the comment before yours.

@be5invis
Copy link
Owner

Put a space after the double dash (--)

Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.

@github-actions github-actions bot added the stale label Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants