-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Kisan Thapa edited this page Aug 24, 2023
·
7 revisions
CausalPath Webserver with new newt as a visualization tool.
This tool is live at: https://causalpath.cs.umb.edu/
- Node v14.x.x
- Enter
node --version
in your terminal and it should outputv14.x.x
- if you do not see such output in your terminal, then you have to install node JS
1. Using nvm
sudo apt-get update
sudo apt-get upgrade
Installing curl
sudo apt install curl
Installing nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
Installing Node JS 14 using nvm
nvm install 14
Check version
node --version
- Visit https://nodejs.org/en/ and download the installation file and install it
- Install using homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install node
node --version
git clone https://github.com/PathwayAndDataAnalysis/causalpath-newt-webserver.git
cd causalpath-newt-webserver
npm install
npm start