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

ERROR: File not found: "build/OperatorMonoLig-MediumItalic.ttx" #4

Closed
aditya2337 opened this issue Aug 24, 2017 · 4 comments
Closed

Comments

@aditya2337
Copy link

This error comes up when I do ./build.sh from my linux

@kiliman
Copy link
Owner

kiliman commented Aug 24, 2017

Did you add OperatorMono-MediumItalic.otf to your ./original folder? It can't build the ligature version without the original. There's not a lot of error checking in the scripts, so something must have failed during the process. That was just the last step.

Can you send me all the output?

Thanks!

@AlexVernon
Copy link

I am receiving the same message on Windows. After the npm install command I also receive this error.

npm WARN operator-mono-lig@1.0.0 No repository field.

Here is the output of my build command.

https://gist.github.com/AlexVernon/415f504f8a19284062f9a52115f27ba3

@kiliman
Copy link
Owner

kiliman commented Aug 24, 2017

Ah. Apparently you are using an older version of Node.js. I'm on v7.7.4 which supports async/await. Apparently you need to be on at least v7.6.

Can you update then see if that works? I will update the README.

C:\dev\GitHub\operator-mono-lig\index.js:16
async function main() {
      ^^^^^^^^

SyntaxError: Unexpected token function
    at createScript (vm.js:56:10)

@AlexVernon
Copy link

I upgraded Node.js to version 8.4.0 and now it works. Thank you very much.

@kiliman kiliman closed this as completed Sep 11, 2017
kiliman added a commit that referenced this issue Sep 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants