Skip to content

Commit

Permalink
Update dev-environment.md (#139)
Browse files Browse the repository at this point in the history
* Update dev-environment.md

Building with node 16 gave the following error when running [make setup]:

ERROR: Please check your Node version. Should be at least v18

Update the docs to say node 18 instead

* Update versions

---------

Co-authored-by: Deluan <deluan@deluan.com>
  • Loading branch information
slatyc and deluan committed Oct 26, 2023
1 parent d190d89 commit 37e9ced
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/Developers/dev-environment.md
Expand Up @@ -22,7 +22,7 @@ Keep in mind that the overall experience when using Docker Desktop for developme
### Unix-based systems (Linux, macOS, BSD, …)

1. Install [GoLang 1.20+](https://golang.org/doc/install)
2. Install [Node 16](http://nodejs.org/)
2. Install [Node 18](http://nodejs.org/)
3. Install [TagLib](http://taglib.org)
- Ubuntu: `sudo apt install libtag1-dev`
- Arch Linux: `pacman -S taglib`
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/Installation/build-from-source.md
Expand Up @@ -18,8 +18,8 @@ you should open an [issue in the project's GitHub page](https://github.com/navid

If you don't want to wait, you can try to build the binary yourself, with the following steps.

First, you will need to install [Go 1.19+](https://golang.org/doc/install) and
[Node 16](http://nodejs.org). The setup is very strict, and the steps below only work with
First, you will need to install [Go 1.20+](https://golang.org/doc/install) and
[Node 18](http://nodejs.org). The setup is very strict, and the steps below only work with
these versions (enforced in the Makefile). Make sure to add `$GOPATH/bin` to your `PATH` as described
in the [official Go site](https://golang.org/doc/gopath_code.html#GOPATH)

Expand Down

0 comments on commit 37e9ced

Please sign in to comment.