We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
nvm install 14
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
andnvm 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.
The text was updated successfully, but these errors were encountered: