```text fatal: No names found, cannot describe anything. ``` This error log is shown in console every time server starts up or build is processing. This can be useful I think: https://stackoverflow.com/questions/4916492/git-describe-fails-with-fatal-no-names-found-cannot-describe-anything My configuration: ```javascript const RELEASE_ID = nextBuildId.sync({describe: true, fallbackToSha: true}); ```
This error log is shown in console every time server starts up or build is processing.
This can be useful I think:
https://stackoverflow.com/questions/4916492/git-describe-fails-with-fatal-no-names-found-cannot-describe-anything
My configuration: