14 Replies
"Step #0 - "Build": npm warn exec The following package was not found and will be installed: [email protected]" makes no sense
@kappa.ai
@RaphaelEtim Do you think you can give me a hand with this?
Hi @laphatize, can you please provide some more context? Can you provide the docker file, schema and any other relevant information?
Hi, Raphael. I think this issue was happening because of a new version of alpine:latest that was pushed.
This works
This does not:
Step #0 - "Build": Please try to install it by hand with yarn add @prisma/client and rerun npx "prisma generate" 🙏.
Thanks for pointing that out.
@laphatize I am having a similar issue with docker and prisma since the update ive read your working/non working dockerfiles and cant see any difference am i missing something?
I am using node:20.15-alpine and getting the following error. I have confirmed its not a network issue however the circumstance is the same. Previous deployments still up and running using same version but if I try deploy them again I get the same error. What version did you get working?
node:lts-alpine3.20 did the trick for me
but ur error is unrelated to this
whats ur docker file lookin like
oh lol
in my example they are not different
i had node:alpine before that was all
Im using docker compose
its on 18 atm as I have been trying different node versions to see if I could find a working one
This is the compose file i deployed a few days ago which worked
yeah im not skilled enouugh to help u with this -- maybe make a new thread
ur issue is def diff than mine
ur error is network related
mine was an issue with the latest version of alpine
you are not using the latest version of alpine as it seems
so u should be fine
Okay cheers anyway Ill look into it further. Ive already confirmed its not a network error by pinging the registry