Installing browserify should not update package.json
npm changed their behavior of 'npm install'. See https://github.com/npm/npm/issues/17010 use --no-save option to avoid package.json changes
This commit is contained in:
@@ -23,7 +23,7 @@ then
|
|||||||
else (
|
else (
|
||||||
echo "Installing browserify"
|
echo "Installing browserify"
|
||||||
cd "$BASEDIR";
|
cd "$BASEDIR";
|
||||||
npm install browserify
|
npm install --no-save browserify
|
||||||
) fi
|
) fi
|
||||||
|
|
||||||
echo "Transforming language-data"
|
echo "Transforming language-data"
|
||||||
|
|||||||
Reference in New Issue
Block a user