forked from lynckia/licode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install JS deps via new package.json files (lynckia#1499)
- Loading branch information
Showing
20 changed files
with
187 additions
and
272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"name": "licode-erizo-api", | ||
"version": "0.1.0", | ||
"description": "Open Source Communication Provider - Erizo API", | ||
"license": "MIT", | ||
"private": true, | ||
"devDependencies": { | ||
"nan": "~2.13.1" | ||
}, | ||
"dependencies": {}, | ||
"contributors": [ | ||
{ | ||
"name": "Alvaro Alonso", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Pedro Rodriguez", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Javier Cerviño", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"scripts": { | ||
"install": "node-gyp rebuild", | ||
"preinstall": "./lint.sh" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ check_result() { | |
echo [erizo_controller] Installing node_modules for erizo_controller | ||
|
||
nvm use | ||
npm install --loglevel error amqp [email protected] [email protected] node-getopt [email protected] [email protected] [email protected] | ||
npm install --loglevel error | ||
|
||
echo [erizo_controller] Done, node_modules installed | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"name": "licode-erizo-controller", | ||
"version": "0.1.0", | ||
"description": "Open Source Communication Provider - Erizo Controller", | ||
"license": "MIT", | ||
"private": true, | ||
"devDependencies": {}, | ||
"dependencies": { | ||
"amqp": "~0.2.7", | ||
"aws-sdk": "~2.566.0", | ||
"express": "~4.17.1", | ||
"log4js": "~1.0.1", | ||
"node-getopt": "~0.3.2", | ||
"prom-client": "~11.2.1", | ||
"sdp-transform": "~2.3.0", | ||
"socket.io": "~2.0.3", | ||
"uuid": "~3.1.0" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Alvaro Alonso", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Pedro Rodriguez", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Javier Cerviño", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"scripts": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"name": "licode-basic-example", | ||
"version": "0.1.0", | ||
"description": "Open Source Communication Provider - Basic Example", | ||
"license": "MIT", | ||
"private": true, | ||
"devDependencies": {}, | ||
"dependencies": { | ||
"body-parser": "~1.19.0", | ||
"errorhandler": "~1.5.1", | ||
"express": "~4.17.1", | ||
"morgan": "~1.9.1" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Alvaro Alonso", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Pedro Rodriguez", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Javier Cerviño", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"scripts": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,7 @@ cd nuveAPI | |
echo [nuve] Installing node_modules for nuve | ||
|
||
nvm use | ||
npm install --loglevel error amqp express [email protected] aws-sdk [email protected] node-getopt body-parser | ||
npm install --loglevel error -g google-closure-compiler-js@20180204 | ||
npm install --loglevel error | ||
echo [nuve] Done, node_modules installed | ||
|
||
cd ../nuveClient/tools | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"name": "licode-nuve", | ||
"version": "0.1.0", | ||
"description": "Open Source Communication Provider - Nuve", | ||
"license": "MIT", | ||
"private": true, | ||
"devDependencies": { | ||
"google-closure-compiler-js": "~20180204.0.0" | ||
}, | ||
"dependencies": { | ||
"amqp": "~0.2.7", | ||
"aws-sdk": "~2.566.0", | ||
"body-parser": "~1.19.0", | ||
"express": "~4.17.1", | ||
"log4js": "~1.0.1", | ||
"mongojs": "~2.6.0", | ||
"node-getopt": "~0.3.2" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Alvaro Alonso", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Pedro Rodriguez", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Javier Cerviño", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"scripts": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,8 +77,7 @@ install_erizo_api(){ | |
cd $ROOT/erizoAPI | ||
. $NVM_CHECK | ||
nvm use | ||
npm install [email protected] | ||
$FAST_BUILD ./build.sh | ||
$FAST_BUILD npm install --unsafe-perm | ||
check_result $? | ||
cd $CURRENT_DIR | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,8 +96,6 @@ install_brew_deps(){ | |
install_nvm_node | ||
nvm use | ||
npm install | ||
npm install -g node-gyp | ||
npm install [email protected] gulp-eslint@3 [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] | ||
if [ "$DISABLE_SERVICES" != "true" ]; then | ||
brew install rabbitmq mongodb | ||
fi | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,8 +76,6 @@ install_apt_deps(){ | |
install_nvm_node | ||
nvm use | ||
npm install | ||
npm install -g node-gyp | ||
npm install [email protected] gulp-eslint@3 [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] | ||
sudo apt-get update -y | ||
sudo apt-get install -qq python-software-properties -y | ||
sudo apt-get install -qq software-properties-common -y | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.