SilenceLeo / snowb-bmf

Bitmap Font Generator Online
https://snowb.org
MIT License
376 stars 89 forks source link

Can't install & build #71

Closed finscn closed 1 year ago

finscn commented 1 year ago

when I run npm install, get some error messages:

image
finscn commented 1 year ago

I've used 'npm install --force' to finish install. but there are many warnings & deprecated. So I think maybe it's time to upgrade the version of packages in dependencies & devDependencies

SilenceLeo commented 1 year ago

好的,安排。

SilenceLeo commented 1 year ago

Try again.

SilenceLeo commented 1 year ago

I use YARN for package management in the project. If you use npm, you won't be able to use the correct package versions locked in yarn.lock, which can lead to issues like version mismatch.