From 586b3fc8d53849e27f54ff90659da6e96c83e803 Mon Sep 17 00:00:00 2001 From: Gregory Beaver Date: Mon, 6 Apr 2026 15:48:19 -0700 Subject: [PATCH] fix: add explicit npm install --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 393cf32a0..f5fdbeae5 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ You can suggest edits by making a pull request. To run a local development server with hot-reloading you can run the following command ```sh +npm install -g fern-api fern docs dev ```