stanford-oval / genie-server

The home server version of Almond
Apache License 2.0
266 stars 42 forks source link

Install on wsl (Windows Subsystem for Linux) #309

Open jeroenterheerdt opened 2 years ago

jeroenterheerdt commented 2 years ago

not an issue, but just a note for anyone trying to install the dev environment on WSL - you will have to run the commands in https://github.com/stanford-oval/genie-sdk/blob/main/install.sh manually to avoid node version discrepancy issues. Also, I'd recommend following the the instructions on installing node on wsl2 and run nvm install 14 and nvm use 14.

Particularly execute the lines after this test: https://github.com/stanford-oval/genie-sdk/blob/9d64c8eac22170ebd81646a9f5b69852a4e6dc3b/install.sh#L98 and https://github.com/stanford-oval/genie-sdk/blob/9d64c8eac22170ebd81646a9f5b69852a4e6dc3b/install.sh#L84.