Skip to content

Commit

Permalink
Update dependency documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnicollo committed Jan 6, 2025
1 parent 320b525 commit 9871621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For Windows, the easiest way to get an environment set up is to [use Ubuntu with
## Prerequisite
There are some basic requirements for the script to work:
- git (to clone the repository)
- node version 14 or 16
- node version 14 or newer
- python 3.5 or newer
- ruby 3.1.2
- apt (debian) or homebrew (MacOS)
Expand Down
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Your system has cmdtest installed, which provides a different program as yarn. U

- **To check if redis is running as a daemon in Linux** `ps aux | grep redis-server`

- Use node v10 or lower to avoid any errors.
- Use node v14 or newer to avoid any errors.
- **For WSL users , if rspec tests are taking too long to run** make sure to fork the repo in the linux file system and not in the windows partition. Use command `pwd` to know the exact path of your repo. If the path starts with `/mnt/`, the repo is in windows partition. Follow the documentation available at link: https://learn.microsoft.com/en-us/windows/wsl/filesystems to know more about storing and moving files in the linux file system.

If you have received error related to dependencies(`sudo apt-get install -y redis-server mariadb-server libmariadb-dev rvm nodejs npm pandoc`), try to install packages one by one and figure out which packages are creating problems.
Expand Down

0 comments on commit 9871621

Please sign in to comment.