kiliman / operator-mono-lig

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

Got a lot of errors after npm install. (Windows 11) #179

Closed amlxv closed 2 years ago

amlxv commented 2 years ago

kiliman commented 2 years ago

Is this with the latest version? If not, can you delete the package.lock.json file and try again?

amlxv commented 2 years ago

Sure. It's the latest version.

When I looked at those errors, some of them are showing C:\GTK\... but I didn't have that directory.

kiliman commented 2 years ago

Hmm... interesting. Not sure where that path is coming from. I'll do a fresh checkout in Windows and see if I've broken something.

Did removing package.lock.json fix it? Or do you still have the issues?

toplinuxsir commented 2 years ago

I am facing the same problem when build for windows 11

kiliman commented 2 years ago

So weird. I just did a fresh clone and install and everything went fine.

image

Are you installing from Releases instead of git?

Anyway I also updated the Releases, so please try v2.4.2 and let me know if this solves the problem.

amlxv commented 2 years ago

Anyway I also updated the Releases, so please try v2.4.2 and let me know if this solves the problem.

Amazing! Now it's work. Thank you.