[🐞]deployments (node): refactor express and fastify inputs #5795
Labels
COMMUNITY: good first issue
Good for newcomers
COMMUNITY: PR is welcomed
We think it's a good feature to have but would love for the community to help with the PR for it
STATUS-1: needs triage
New issue which needs to be triaged
TYPE: bug
Something isn't working
Which component is affected?
Qwik Rollup / Vite plugin
Describe the bug
Following docs and adding a
node
deployment based onexpress
orfastify
appends todevDepenencies
instead ofdependecies
.This results in errors for production build:
console | Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'react' imported from /app/server/entry.fastify.mjs
This is what I get for
fastify
:Reproduction
RUN pnpm i --prod --frozen-lockfile
Steps to reproduce
npm run qwik add fastify/express
System Info
Additional Information
Correct
dependencies
should look like this:The text was updated successfully, but these errors were encountered: