[X] This issue is not a question, feature request, RFC, or anything other than a bug report directly related to Gatsby. Please post those things in GitHub Discussions: https://github.com/gatsbyjs/gatsby/discussions
Description
error [ThrowableDiagnostic [Error]: The plugin "@parcel/reporter-dev-server" is not compatible with the current version of Parcel. Requires "^2.4.1" but the current version is "2.4.0".] {
diagnostics: [
{
message: 'The plugin "@parcel/reporter-dev-server" is not compatible with the current version of Parcel. Requires "^2.4.1" but the current version is "2.4.0".',
origin: '@parcel/core',
codeFrames: [Array]
}
]
}
> node --max-old-space-size=8192 ./node_modules/.bin/gatsby build
error [ThrowableDiagnostic [Error]: The plugin "@parcel/reporter-dev-server" is not compatible with the current version of Parcel. Requires "^2.4.1" but the current version is "2.4.0".] {
diagnostics: [
{
message: 'The plugin "@parcel/reporter-dev-server" is not compatible with the current version of Parcel. Requires "^2.4.1" but the current version is "2.4.0".',
origin: '@parcel/core',
codeFrames: [Array]
}
]
}
error [ThrowableDiagnostic [Error]: The plugin "@parcel/reporter-dev-server" is not compatible with the current version of Parcel. Requires "^2.4.1" but the current version is "2.4.0".] {
diagnostics: [
{
message: 'The plugin "@parcel/reporter-dev-server" is not compatible with the current version of Parcel. Requires "^2.4.1" but the current version is "2.4.0".',
origin: '@parcel/core',
codeFrames: [Array]
}
]
}
error [ThrowableDiagnostic [Error]: The plugin "@parcel/reporter-dev-server" is not compatible with the current version of Parcel. Requires "^2.4.1" but the current version is "2.4.0".] {
diagnostics: [
{
message: 'The plugin "@parcel/reporter-dev-server" is not compatible with the current version of Parcel. Requires "^2.4.1" but the current version is "2.4.0".',
origin: '@parcel/core',
codeFrames: [Array]
}
]
}
error Failed to compile Gatsby files (@parcel/core):
The plugin "@parcel/bundler-default" is not compatible with the current version of Parcel. Requires "^2.4.1" but the current version is "2.4.0"..
Preliminary Checks
Description
Reproduction Link
private
Steps to Reproduce
npm run build fails after upgrading to 4.11.1
Expected Result
Should build without errors
Actual Result
Environment
Config Flags
No response