why does this happen during assembly?
Answered
Weevil parasitoid posted this in #help-forum
Original message was deleted.
Answered by Weevil parasitoid
I figured out the original problem, I had to change the node version from 23 latest to 22 lts
12 Replies
Original message was deleted
show code which is shown in terminal
@@ts-ignore show code which is shown in terminal
Weevil parasitoid
in what way and how?
@Weevil parasitoid in what way and how?
the logs in ubuntu show some files
show the code of those files
Weevil parasitoid
this profile-button.tsx
One example is
the code looks fine to me
Weevil parasitoid
and by the way, is such a docker adequate? without docker compose
FROM node:20
LABEL maintainer="Name Name "
WORKDIR /app
COPY package*.json ./
RUN npm install --force
COPY . .
RUN npm run build
EXPOSE 3000
CMD ["npm", "start"]
FROM node:20
LABEL maintainer="Name Name "
WORKDIR /app
COPY package*.json ./
RUN npm install --force
COPY . .
RUN npm run build
EXPOSE 3000
CMD ["npm", "start"]
Weevil parasitoid
pls
yeah this barebone setup is good enough
@@ts-ignore the code looks fine to me
Weevil parasitoid
I figured out the original problem, I had to change the node version from 23 latest to 22 lts
Answer
Weevil parasitoid
if someone has such a problem, we know how to solve it)