We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2025-01-23 23:52:51 ELIFECYCLE Command failed with exit code 1. 2025-01-23 23:49:27 2025-01-23 23:49:27 /app/node_modules/.pnpm/fastify@4.28.1/node_modules/fastify/lib/pluginUtils.js:125 2025-01-23 23:49:27 throw new FST_ERR_PLUGIN_VERSION_MISMATCH(meta.name, requiredVersion, this.version) 2025-01-23 23:49:27 ^ 2025-01-23 23:49:27 FastifyError [Error]: fastify-plugin: @fastify/view - expected '5.x' fastify version, '4.28.1' is installed 2025-01-23 23:49:27 at Object.checkVersion (/app/node_modules/.pnpm/fastify@4.28.1/node_modules/fastify/lib/pluginUtils.js:125:11) 2025-01-23 23:49:27 at Object.registerPlugin (/app/node_modules/.pnpm/fastify@4.28.1/node_modules/fastify/lib/pluginUtils.js:148:16) 2025-01-23 23:49:27 at Boot.override (/app/node_modules/.pnpm/fastify@4.28.1/node_modules/fastify/lib/pluginOverride.js:28:57) 2025-01-23 23:49:27 at Boot._loadPlugin (/app/node_modules/.pnpm/avvio@8.4.0/node_modules/avvio/boot.js:425:25) 2025-01-23 23:49:27 at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { 2025-01-23 23:49:27 code: 'FST_ERR_PLUGIN_VERSION_MISMATCH', 2025-01-23 23:49:27 statusCode: 500 2025-01-23 23:49:27 } 2025-01-23 23:49:27 2025-01-23 23:49:27 Node.js v20.18.0 2025-01-23 23:52:51 2025-01-23 23:52:51 /app/node_modules/.pnpm/fastify@4.28.1/node_modules/fastify/lib/pluginUtils.js:125 2025-01-23 23:52:51 throw new FST_ERR_PLUGIN_VERSION_MISMATCH(meta.name, requiredVersion, this.version) 2025-01-23 23:52:51 ^ 2025-01-23 23:52:51 FastifyError [Error]: fastify-plugin: @fastify/view - expected '5.x' fastify version, '4.28.1' is installed 2025-01-23 23:52:51 at Object.checkVersion (/app/node_modules/.pnpm/fastify@4.28.1/node_modules/fastify/lib/pluginUtils.js:125:11) 2025-01-23 23:52:51 at Object.registerPlugin (/app/node_modules/.pnpm/fastify@4.28.1/node_modules/fastify/lib/pluginUtils.js:148:16) 2025-01-23 23:52:51 at Boot.override (/app/node_modules/.pnpm/fastify@4.28.1/node_modules/fastify/lib/pluginOverride.js:28:57) 2025-01-23 23:52:51 at Boot._loadPlugin (/app/node_modules/.pnpm/avvio@8.4.0/node_modules/avvio/boot.js:425:25) 2025-01-23 23:52:51 at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { 2025-01-23 23:52:51 code: 'FST_ERR_PLUGIN_VERSION_MISMATCH', 2025-01-23 23:52:51 statusCode: 500 2025-01-23 23:52:51 } 2025-01-23 23:52:51 2025-01-23 23:52:51 Node.js v20.18.0
해당오류가 나오는데 fastify 버전 문제인가요??
The text was updated successfully, but these errors were encountered:
No branches or pull requests
2025-01-23 23:52:51 ELIFECYCLE Command failed with exit code 1.
2025-01-23 23:49:27
2025-01-23 23:49:27 /app/node_modules/.pnpm/fastify@4.28.1/node_modules/fastify/lib/pluginUtils.js:125
2025-01-23 23:49:27 throw new FST_ERR_PLUGIN_VERSION_MISMATCH(meta.name, requiredVersion, this.version)
2025-01-23 23:49:27 ^
2025-01-23 23:49:27 FastifyError [Error]: fastify-plugin: @fastify/view - expected '5.x' fastify version, '4.28.1' is installed
2025-01-23 23:49:27 at Object.checkVersion (/app/node_modules/.pnpm/fastify@4.28.1/node_modules/fastify/lib/pluginUtils.js:125:11)
2025-01-23 23:49:27 at Object.registerPlugin (/app/node_modules/.pnpm/fastify@4.28.1/node_modules/fastify/lib/pluginUtils.js:148:16)
2025-01-23 23:49:27 at Boot.override (/app/node_modules/.pnpm/fastify@4.28.1/node_modules/fastify/lib/pluginOverride.js:28:57)
2025-01-23 23:49:27 at Boot._loadPlugin (/app/node_modules/.pnpm/avvio@8.4.0/node_modules/avvio/boot.js:425:25)
2025-01-23 23:49:27 at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
2025-01-23 23:49:27 code: 'FST_ERR_PLUGIN_VERSION_MISMATCH',
2025-01-23 23:49:27 statusCode: 500
2025-01-23 23:49:27 }
2025-01-23 23:49:27
2025-01-23 23:49:27 Node.js v20.18.0
2025-01-23 23:52:51
2025-01-23 23:52:51 /app/node_modules/.pnpm/fastify@4.28.1/node_modules/fastify/lib/pluginUtils.js:125
2025-01-23 23:52:51 throw new FST_ERR_PLUGIN_VERSION_MISMATCH(meta.name, requiredVersion, this.version)
2025-01-23 23:52:51 ^
2025-01-23 23:52:51 FastifyError [Error]: fastify-plugin: @fastify/view - expected '5.x' fastify version, '4.28.1' is installed
2025-01-23 23:52:51 at Object.checkVersion (/app/node_modules/.pnpm/fastify@4.28.1/node_modules/fastify/lib/pluginUtils.js:125:11)
2025-01-23 23:52:51 at Object.registerPlugin (/app/node_modules/.pnpm/fastify@4.28.1/node_modules/fastify/lib/pluginUtils.js:148:16)
2025-01-23 23:52:51 at Boot.override (/app/node_modules/.pnpm/fastify@4.28.1/node_modules/fastify/lib/pluginOverride.js:28:57)
2025-01-23 23:52:51 at Boot._loadPlugin (/app/node_modules/.pnpm/avvio@8.4.0/node_modules/avvio/boot.js:425:25)
2025-01-23 23:52:51 at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
2025-01-23 23:52:51 code: 'FST_ERR_PLUGIN_VERSION_MISMATCH',
2025-01-23 23:52:51 statusCode: 500
2025-01-23 23:52:51 }
2025-01-23 23:52:51
2025-01-23 23:52:51 Node.js v20.18.0
해당오류가 나오는데 fastify 버전 문제인가요??
The text was updated successfully, but these errors were encountered: