Skip to content

Commit cac85d6

Browse files
Update website/src/pages/en/subgraphs/developing/creating/unit-testing-framework.mdx
Co-authored-by: Benoît Rouleau <[email protected]>
1 parent 37fc61b commit cac85d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/en/subgraphs/developing/creating/unit-testing-framework.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ or
6161
<PROJECT_PATH>/node_modules/gluegun/build/index.js:13 throw up;
6262
```
6363

64-
Please make sure you're on a newer version of Node.js graph-cli doesn't support **v10.19.0** anymore, and that is still the default version for new Ubuntu images on WSL. For instance Matchstick is confirmed to be working on WSL with **v18.1.0**, you can switch to it either via **nvm** or if you update your global Node.js. Don't forget to delete `node_modules` and to run `npm install` again after updating your nodejs! Then, make sure you have **libpq** installed, you can do that by running
64+
Please make sure you're on a newer version of Node.js. `graph-cli` doesn't support **v10.19.0** anymore, and that is still the default version for new Ubuntu images on WSL. For instance, Matchstick is confirmed to be working on WSL with **v18.1.0**; you can switch to it either via **nvm** or if you update your global Node.js. Don't forget to delete `node_modules` and to run `npm install` again after updating Node.js. Then, make sure you have **libpq** installed. You can do that by running:
6565

6666
```
6767
sudo apt-get install libpq-dev

0 commit comments

Comments
 (0)