Closed kleinech closed 7 years ago
Could not reproduce... Taken steps:
npm install
npm start
git merge --allow-unrelated-histories -X theirs origin/update
npm install
npm start
If I should have missed something, please tell me.
Steps to reproduces:
git clone https://github.com/ultimate-comparisons/ultimate-reference-management-software-comparison
git remote add base https://github.com/ultimate-comparisons/ultimate-comparison-BASE.git
git pull -Xtheirs base update
npm install
npm start
Possible issue: File VersionInformation.ts MUST be created by user?
OK, for some reason VersionInformation.ts is not in the update branch... I'm guessing that git add --all
does not include it (for some reason)...
Manually added VersionInfomation.ts to update branch
May I assume that it is regenerated when updating the update branch? Example: Version 1.0.0 is released then Version 1.1.0. Does VersionInformation.ts
in the update branch still contain "1.0.0"?
Updating a comparison with the update branch and run command
npm start
causes error: