Open james-lawrence opened 2 years ago
manually setting the environments PATH resolves the issue; but that shouldn't be necessary.
Could you elaborate on your workaround @james-lawrence ? I've recently run into the same issue. Thanks.
sure. not the exact command we're running but these are all the values we needed to adjust.
BUILD_PATH={dir} PATH=${PATH}:{dir}/node_modules/.bin yarn --modules-folder ${dir}/console/node_modules --cache-folder {dir}/console/cached --cwd ${dir}/console build
steps to reproduce