Tucsky / aggr

Cryptocurrency trades aggregator
https://charts.aggr.trade/
GNU General Public License v3.0
830 stars 240 forks source link

Run problem, string format. #266

Closed Merkat81 closed 1 year ago

Merkat81 commented 1 year ago

Hi, I have git error as you can see below, specifically

git log -1 --date=format:"%Y/%m/%d %T" --format="%ad

in vue.config.js while executing

npm run build

image

Any ideas?

Thank you in advance.

Ognjen

Tucsky commented 1 year ago

the app retrieve the last commit's date when starting maybe you use different git version so try removing that part or update your git we use git version 2.33.1

git --version

in vue.config.js

image