build keeps failing at packages required by client/scripts/build.js, when I reinstall one as a dependency and not a dev dependency, it no longer fails at that package, and fails on the next package required by the file. Going off of this, I reinstalled all packages required by this script as dependencies rather than dev deps. This doesn't make much sense, but we'll see what happens.
build keeps failing at packages required by
client/scripts/build.js
, when I reinstall one as a dependency and not a dev dependency, it no longer fails at that package, and fails on the next package required by the file. Going off of this, I reinstalled all packages required by this script as dependencies rather than dev deps. This doesn't make much sense, but we'll see what happens.