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 854e515 commit 27af18aCopy full SHA for 27af18a
lib/install.sh
@@ -9,7 +9,7 @@ if [ -x "$(command -v yarn)" ]; then
9
ln -fs "${LIBDIR}/node_modules/.bin/lehre" "${LIBDIR}/lehre"
10
elif [ -x "$(command -v npm)" ]; then
11
cd "$LIBDIR"
12
- npm install
+ npm install --no-package-lock
13
14
else
15
echo 'Neither yarn nor npm was found on your path' >&2
0 commit comments