question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

build doesn't do anything

See original GitHub issue

I’m trying to build the font in a windows system. However, when I type build in terminal after installing all the npm modules, it doesnt do anything. In powershell it shows

build : The term 'build' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ build
+ ~~~~~
    + CategoryInfo          : ObjectNotFound: (build:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException````

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:1
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kilimancommented, Jul 19, 2021

@AnthonyLzq so Manjaro is a Linux distro? Did you copy the Operator Mono fonts into the ./original folder?

Make sure they are named like this. No spaces.

OperatorMono-Bold.otf
OperatorMono-BoldItalic.otf
OperatorMono-Book.otf
OperatorMono-BookItalic.otf
OperatorMono-Light.otf
OperatorMono-LightItalic.otf
OperatorMono-Medium.otf
OperatorMono-MediumItalic.otf
OperatorMono-XLight.otf
OperatorMono-XLightItalic.otf
OperatorMonoSSm-Bold.otf
OperatorMonoSSm-BoldItalic.otf
OperatorMonoSSm-Book.otf
OperatorMonoSSm-BookItalic.otf
OperatorMonoSSm-Light.otf
OperatorMonoSSm-LightItalic.otf
OperatorMonoSSm-Medium.otf
OperatorMonoSSm-MediumItalic.otf
0reactions
bryant-the-codercommented, Jan 19, 2022
Read more comments on GitHub >

github_iconTop Results From Across the Web

tsc command doesn't build anything? - Stack Overflow
those commands don't seem to do anything. My command prompt thinks for a couple seconds, and then returns. No errors, but also no...
Read more >
Build not build/rebuild/clean doesn't starting
Visual Studio 2015 appears to work correctly, until I attempt to build, rebuild, or clean a project or solution. Then the build seems...
Read more >
Why Doesn't My Visual Studio Solution Build ... - Code Buckets
If you have continuous build – check that is still working and running through cleanly. The code might not work for anyone.
Read more >
Common Build Problems - Travis CI Docs
Check the list of dependencies in the build log, usually output including versions and see, if there's anything that's changed. Sometimes, this can...
Read more >
Running cargo build doesn't output any executable #9281
I've installed today Rusts compiler and it doesn't work. The executable isn't generated. I've already tried asking on another forum but ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found