kiliman / operator-mono-lig

Add ligatures to Operator Mono similar to Fira Code
MIT License
3.2k stars 202 forks source link

build.bat dont work correctly #155

Closed COD3BREAK3R closed 3 years ago

COD3BREAK3R commented 3 years ago

When I click the buidl.bat file it creates the build folder but empty.

I have the latest version of your project, downloaded yesterday fonttools 4.16.1 Python 3.7.3 Node 10.16.0 Windows 10 LTSC 1809 x64

I am attaching a screenshot of the "original" folder with the sources (ttx files are generated by build.bat):

Captura de pantalla (84)

When executing build.bat it produces this output that appears in this txt file:

testlog.txt

kiliman commented 3 years ago

Looks like you didn't run npm install

COD3BREAK3R commented 3 years ago

It is true, I had not executed the command correctly, sorry.

It happens that I did not understand that part of the instructions about the npm install command well, I had to deduce after several tests that it was necessary to go from the console to the folder where the project is, then run npm install and finally run build.bat.

I recomend updating that part of the readme file with clearer instructions, I propose the following:

Finally from the terminal of our system go to the folder where you downloaded the project, once inside we execute the command npm install.

When it finishes downloading all the dependencies we execute the build file that corresponds to our system from our system explorer. For Windows: build.bat and for Mac / Linux: build.sh


The non-SSm versions only add the ligatures to the Book, Book Italic, Light and Light Italic versions, ignoring the Medium and Medium Italic versions.

For some reason the www ligature doesn't work for me

Captura de pantalla (93)

And italic ligatures dont work in actually SSm Version

Captura de pantalla (94)

In older version no SSm ligatures italic works but in actually version not work

Captura de pantalla (95)