Skip to content

Would it be possible to add legacy-peer-deps? #368

Open
@lcanavesio

Description

@lcanavesio

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions