You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for your tutorials. Undoubtedly, using this structure can create valuable applications.
After cloning the code and using the docker-compose -f docker-compose-dev.yml build command, I got an error ERROR [build 5/7] RUN npm ci --silent . The problem was solved by changing the code RUN npm ci --silent on line 9 of the Nginx DockeFile to RUN npm install.
If possible, please complete this course and add the unfinished parts to the course, such as resetting the password in frontend and adding the subscription payment mechanism or production ready Email verification.
Finally, I sincerely thank you for sharing your knowledge and helping to develop new software.
Best regards
Hamed Asgari
The text was updated successfully, but these errors were encountered:
Dear Piotr Płoński
Thank you very much for your tutorials. Undoubtedly, using this structure can create valuable applications.
After cloning the code and using the
docker-compose -f docker-compose-dev.yml build
command, I got an errorERROR [build 5/7] RUN npm ci --silent
. The problem was solved by changing the codeRUN npm ci --silent
on line 9 of the Nginx DockeFile toRUN npm install
.If possible, please complete this course and add the unfinished parts to the course, such as resetting the password in frontend and adding the subscription payment mechanism or production ready Email verification.
Finally, I sincerely thank you for sharing your knowledge and helping to develop new software.
Best regards
Hamed Asgari
The text was updated successfully, but these errors were encountered: