Skip to content
New issue

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

fastify 버전 문제 #209

Open
autumnot opened this issue Jan 23, 2025 · 0 comments
Open

fastify 버전 문제 #209

autumnot opened this issue Jan 23, 2025 · 0 comments

Comments

@autumnot
Copy link

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 버전 문제인가요??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant