Closed kwigley closed 1 year ago
Just a note: some npm packages require scripts to install. The default for npm, yarn, and pnpm is to run those scripts. That may create security issues, so each provide an option to disable running those scripts.
@rubys That's why I let @kwigley remove the --ignore-scripts
flag in https://github.com/remix-run/blues-stack/pull/184#discussion_r1186758083
fixes npm warnings during docker build