mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
Feature/axios (#5776)
* Move from deprecated request package to axios.
* Fixed package.json
* Another check.
* Fixing npm - hopefully the last.
* Remove double parsing of JSON.
* Bump bundled npm to also get rid of request in the bundled npm.
* Revert "Bump bundled npm to also get rid of request in the bundled npm."
This reverts commit b60fa4f435
.
This commit is contained in:
parent
7748e8d113
commit
049231e4af
6 changed files with 311 additions and 435 deletions
|
@ -42,7 +42,7 @@ log "Installing dependencies..."
|
|||
cd node_modules &&
|
||||
{ [ -d ep_etherpad-lite ] || ln -sf ../src ep_etherpad-lite; } &&
|
||||
cd ep_etherpad-lite &&
|
||||
npm ci --no-optional
|
||||
npm ci --no-optional --omit=optional --include=dev --lockfile-version 1
|
||||
) || exit 1
|
||||
|
||||
# Remove all minified data to force node creating it new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue