Skip to content

Commit 7353542

Browse files
authored
fix: add explicit npm install (#1007)
## Description <!-- describe the changes as bullet points --> - adds explicit npm install to the setup instruction in `README.md` ## Testing Steps - [x] Run the app locally using `fern docs dev` or navigate to preview deployment - [x] Ensure that the changed pages and code snippets work
1 parent 609e140 commit 7353542

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ You can suggest edits by making a pull request.
2727
To run a local development server with hot-reloading you can run the following command
2828

2929
```sh
30+
npm install -g fern-api
3031
fern docs dev
3132
```
3233

0 commit comments

Comments
 (0)