valeriangalliat / gogs-migrate

Migrate existing repositories on a Gogs instance.
The Unlicense
43 stars 8 forks source link

Does not install #5

Closed markasoftware closed 6 years ago

markasoftware commented 6 years ago

The dependency yaml-update uses a package.yaml instead of package.json, which is not supported by npm. With yarn it installs, but it reports no binaries being available.

valeriangalliat commented 6 years ago

Wow good catch, I didn't use that in years and I wonder how this worked in the past... I fixed my fork of yaml-update so it includes a proper package.json, this should be working now!