an error occurred when doing db:seed #3939
-
Hello, I just deployed my project to a vps, when I tried it on local it was fine, but when I tried it on the server it didn't work. an error appears when doing node ace db:seed, is there any solution? thanks. When I try to do npm install argon2 --build-from-source. it appears an error
|
Beta Was this translation helpful? Give feedback.
Answered by
RomainLanz
Oct 19, 2022
Replies: 1 comment
-
Hey @Soel30! You have to install the dependencies on the server since |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
thetutlage
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @Soel30!
You have to install the dependencies on the server since
argon
needs to be compiled for your CPU architecture.