build doesn't do anything
See original GitHub issueI’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:
- Created 2 years ago
- Reactions:1
- Comments:9 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.
i use this to patch the font using docker https://github.com/microsoft/cascadia-code/issues/612#issuecomment-1008257491