Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Removed nvm from scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkonst committed Aug 31, 2023
1 parent 89c627e commit e7fa185
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulms/wrtc-agent",
"version": "0.3.0",
"version": "0.3.1",
"description": "WebRTC agent for load testing",
"main": "cli.js",
"bin": {
Expand Down
8 changes: 1 addition & 7 deletions scripts/install.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
#!/usr/bin/env bash

#git clone [email protected]:foxford/node-wrtc-agent.git
#cd node-wrtc-agent
node -v
npm -v
nvm -v
#nvm install v16.15
#nvm use
npm install -g node-pre-gyp
npm i
npm ci
npm link
1 change: 0 additions & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
sudo apt update
sudo apt -y install curl dirmngr apt-transport-https lsb-release ca-certificates
curl -sL https://deb.nodesource.com/setup_16.x | sudo bash
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
sudo apt update
sudo apt -y install gcc g++ make
sudo apt -y install nodejs

0 comments on commit e7fa185

Please sign in to comment.