hagopj13 / node-express-boilerplate

A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose
MIT License
6.85k stars 2.02k forks source link

ERROR [node-app 5/6] RUN yarn install --pure-lockfile #261

Open ahheaSK opened 1 year ago

ahheaSK commented 1 year ago

ERROR [node-app 5/6] RUN yarn install --pure-lockfile

AnhtuanUit commented 1 year ago

Hi @ahheaSK, I have the same issue, try update docker file like this

RUN yarn install --pure-lockfile -> RUN yarn install --pure-lockfile --ignore-scripts

ahheaSK commented 1 year ago

Thanks

On Sun, Jul 23, 2023 at 9:20 PM AnhtuanUit @.***> wrote:

Hi @ahheaSK https://github.com/ahheaSK, i have the same issue, pls try update docker file like this

RUN yarn install --pure-lockfile -> RUN yarn install --pure-lockfile --ignore-scripts

— Reply to this email directly, view it on GitHub https://github.com/hagopj13/node-express-boilerplate/issues/261#issuecomment-1646852191, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBMZZC36WPMJO6NI6OTPFATXRUXMDANCNFSM6AAAAAA2RRKXZM . You are receiving this because you were mentioned.Message ID: @.***>