Skip to content

Commit

Permalink
Merge pull request #1899 from ironhack-labs/uros/feat/update-faqs-ins…
Browse files Browse the repository at this point in the history
…tall-nodemon

Add a FAQ about installing nodemon
  • Loading branch information
sandrabosk authored Apr 18, 2023
2 parents 0d09c7b + 98912d4 commit bd5ba14
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,24 @@ Check out the [documentation](https://developer.mozilla.org/en-US/docs/Learn/HTM

</details>

<details>
<summary>When I try to run the app, I get an error "command not found: nodemon"</summary>

<br>
Make sure you have <code>nodemon</code> installed on your machine:

```bash
npm install -g nodemon
```

This will install nodemon globally on your system, making it available to all of your projects.

<br>

[Back to top](#faqs)

</details>

<details>
<summary>How to create a Mongoose model?</summary>

Expand Down Expand Up @@ -748,4 +766,4 @@ Check out the [documentation](https://developer.mozilla.org/en-US/docs/Learn/HTM
[Back to top](#faqs)
</details>
</details>

0 comments on commit bd5ba14

Please sign in to comment.