Build Errors errors
Build errors stop compilation, bundling, image creation, or static generation before the software can run successfully.
DuplicateStageName
Docker build found duplicate stage names in the DockerfileDocker Build
NoEmptyContinuationDocker build found empty continuation lines in the DockerfileDocker Build
ConsistentInstructionCasingDocker build found inconsistent instruction casing in the DockerfileDocker Build
StageNameCasingDocker build found stage names that are not lowercaseDocker Build
Date is not a valid datetimeGitHub Pages Jekyll build failed because a date is not a valid datetimeGitHub Pages
File does not exist in includes directoryGitHub Pages Jekyll build failed because a file does not exist in the includes directoryGitHub Pages
File is not properly UTF-8 encodedGitHub Pages Jekyll build failed because a file is not properly UTF-8 encodedGitHub Pages
Invalid post dateGitHub Pages Jekyll build failed because a post has an invalid post dateGitHub Pages
Invalid highlighter languageGitHub Pages Jekyll build failed because an invalid highlighter language was usedGitHub Pages
Invalid Sass or SCSSGitHub Pages Jekyll build failed because Sass or SCSS is invalidGitHub Pages
Unknown tag errorGitHub Pages Jekyll build failed with an unknown tag errorGitHub Pages
Module Not FoundNext.js module not found during build or runtimeNext.js
Page Without Valid React ComponentNext.js page does not export a valid React componentNext.js
Prerender ErrorNext.js prerender error during buildNext.js
Static page generation timed out after multiple attemptsNext.js static page generation timed outNext.js
ENOENT: no such file or directory / Module not foundVite build failed because of case-sensitive file pathsVite
Module "fs" has been externalized for browser compatibility.Vite externalized a Node.js module for browser compatibilityVite
With statements cannot be used with the "esm" output format due to strict modeVite failed because code requires non-strict modeVite