From 1fd4164021e002cca5a99944c3732a8c44a61fb0 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Fri, 17 May 2024 09:53:15 -0700 Subject: [PATCH] docs: add hint about `dotnet coalesce` failing due to unrestored packages --- docs/stacks/agnostic/getting-started-modeling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/stacks/agnostic/getting-started-modeling.md b/docs/stacks/agnostic/getting-started-modeling.md index 48da5888e..f6504da48 100644 --- a/docs/stacks/agnostic/getting-started-modeling.md +++ b/docs/stacks/agnostic/getting-started-modeling.md @@ -10,8 +10,8 @@ At this point, you can open up the newly-created solution in Visual Studio and r - Run Coalesce's code generation by either: - - Running ``dotnet coalesce`` in the web project's root directory - - Running the ``coalesce`` npm script (Vue) or gulp task (Knockout) in the Task Runner Explorer + - Running ``dotnet coalesce`` in the web project's root directory (`dotnet restore` first if you get an error about "command or file was not found"). + - Running the ``coalesce`` npm script in the Task Runner Explorer, or in a terminal via `npm run coalesce`. You're now at a point where you can start creating your own pages!