Skip to content

Commit 0d1817c

Browse files
authored
Update part4a.md
1 parent baeae7f commit 0d1817c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/4/en/part4a.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Let's continue our work on the backend of the notes application we started in [p
1111

1212
### Project structure
1313

14+
**Note** this course material was written with version v20.11.0 of Node.js. Please make sure that your version of Node is at least as new as the version used in the material (you can check the version by running node -v in the command line).
15+
1416
Before we move into the topic of testing, we will modify the structure of our project to adhere to Node.js best practices.
1517

1618
Once we make the changes to the directory structure of our project, we will end up with the following structure:
@@ -405,6 +407,8 @@ The nature of VS Code bleeding into how you write your code is probably not idea
405407
406408
### Exercises 4.1.-4.2.
407409
410+
**Note** this course material was written with version v20.11.0 of Node.js. Please make sure that your version of Node is at least as new as the version used in the material (you can check the version by running node -v in the command line).
411+
408412
In the exercises for this part, we will be building a <i>blog list application</i>, that allows users to save information about interesting blogs they have stumbled across on the internet. For each listed blog we will save the author, title, URL, and amount of upvotes from users of the application.
409413
410414
#### 4.1 Blog List, step 1

0 commit comments

Comments
 (0)