No output from build
See original GitHub issueHello,
I can’t seem to get the build step to work. Is there anything I’m missing here?
I’m on OS X 10.12.
operator-mono-lig/original git/master
❯ ls
Operator Mono Bold Italic.otf Operator SSm Black Regular.otf
Operator Mono Bold Regular.otf Operator SSm Bold Italic.otf
Operator Mono Book Italic.otf Operator SSm Bold Regular.otf
Operator Mono Book Regular.otf Operator SSm Book Italic.otf
Operator Mono Light Italic.otf Operator SSm Book Regular.otf
Operator Mono Light Regular.otf Operator SSm Light Italic.otf
Operator Mono Medium Italic.otf Operator SSm Light Regular.otf
Operator Mono Medium Regular.otf Operator SSm Medium Italic.otf
Operator Mono XLight Italic.otf Operator SSm Medium Regular.otf
Operator Mono XLight Regular.otf Operator SSm XLight Italic.otf
Operator SSm Black Italic.otf Operator SSm XLight Regular.otf
❯ node -v
v8.4.0
❯ yarn
yarn install v1.2.0
[1/4] 🔍 Resolving packages...
success Already up-to-date.
✨ Done in 0.14s.
❯ python --version
Python 2.7.12
❯ pip install fonttools
Requirement already satisfied (use --upgrade to upgrade): fonttools in /usr/local/lib/python2.7/site-packages
Running the build script doesn’t produce any kind of output at all.
Thanks!
Issue Analytics
- State:
- Created 6 years ago
- Comments:12 (5 by maintainers)
Top Results From Across the Web
Build hangs at start, no output at all - Visual Studio Feedback
After checking out a new code branch and opening the solution, attempting to build the project shows output from 'Build' but then just...
Read more >Fix error build successful but no output window - YouTube
Build Successful but No Output [SOLVED].Fixed error build successful but no out shown.How to fix the error program is successfully build but ...
Read more >visual studio - Starting C++ in VS - Build succeded but no output
1. First you build your executable, then you run it to see what it does. – Erik. Mar 29, 2011 at 14:27 ·...
Read more >Build Succeeded, but no output. - MSDN
Hi, I'm just trying to build my simple web application with Team Build. I was managed to create new build type. But when...
Read more >Build Fails with "Too long with no output (exceeded 10m0s)
Lack of Output. In CircleCI, a command will be killed if a certain period of time has passed with no output. By default,...
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
Thank you! I did a quick rename as follows:
After that the build succeeded.
Thank you for the awesome tool - enjoying the ligatures a lot! 😃
It worked, the otf files are in the build folder. Thanks!