Skip to content

Commit

Permalink
docs: add hint about dotnet coalesce failing due to unrestored pack…
Browse files Browse the repository at this point in the history
…ages
  • Loading branch information
ascott18 committed May 17, 2024
1 parent 102defd commit 1fd4164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/stacks/agnostic/getting-started-modeling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down

0 comments on commit 1fd4164

Please sign in to comment.