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
TS2307TypeScript cannot find moduleTypeScript
TS2304TypeScript cannot find the referenced nameTypeScript
TS2683TypeScript could not determine the type of thisTypeScript
TS2339TypeScript could not find the referenced property on the current typeTypeScript
TS7053TypeScript could not safely use the expression to index the target typeTypeScript
TS2454TypeScript detected a variable used before being assignedTypeScript
TS2741TypeScript found a required property missing from the provided typeTypeScript
TS2322TypeScript found a value that is not assignable to the target typeTypeScript
TS2345TypeScript found an argument that is not assignable to the parameter typeTypeScript
TS2769TypeScript found no overload that matches this callTypeScript
TS2554TypeScript found the wrong number of arguments in a function callTypeScript
TS7006TypeScript parameter implicitly has an any typeTypeScript
TS6133TypeScript reported a value that is declared but never readTypeScript
TS2367TypeScript thinks the comparison appears to be unintentionalTypeScript
TS2531TypeScript warns that the object is possibly nullTypeScript
TS2532TypeScript warns that the object is possibly undefinedTypeScript
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