We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7295fa commit ce1135dCopy full SHA for ce1135d
src/bin/installDeps.sh
@@ -42,7 +42,7 @@ log "Installing dependencies..."
42
cd node_modules &&
43
{ [ -d ep_etherpad-lite ] || ln -sf ../src ep_etherpad-lite; } &&
44
cd ep_etherpad-lite &&
45
- npm ci --no-optional
+ npm ci --no-optional --lockfile-version 1
46
) || exit 1
47
48
# Remove all minified data to force node creating it new
0 commit comments