Open
Description
Hi Software Collections.
I need install with legacy-peer-deps.
Would it be possible to add in assemble this lines of code ?
if [ "$NODE_ENV" != "production" ]; then
echo "---> Building your Node application from source"
if [ "$NPM_MODE" == "legacy-peer-deps" ]; then
echo "---> Installing all dependencies (including peer dependencies) with legacy-peer-deps"
npm install --legacy-peer-deps
else
echo "---> Installing all dependencies"
npm install
fi
Metadata
Metadata
Assignees
Labels
No labels