Skip to content

Commit

Permalink
Merge branch 'master' of github.com:aspnet/Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
spboyer committed Feb 17, 2017
2 parents d1069c8 + e29779d commit e2bb9d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions aspnetcore/client-side/yeoman.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Building projects with Yeoman | Microsoft Docs
author: ardalis
description:
keywords: ASP.NET Core,
ms.author: riande
author: spboyer
description: This article walks through building an ASP.NET Core web application using the Yeoman generator on macOS.
keywords: ASP.NET Core, Yeoman
ms.author: spboyer
manager: wpickett
ms.date: 10/14/2016
ms.date: 02/17/2016
ms.topic: article
ms.assetid: fda0c2a8-1743-4505-be1a-7f8ceeef8647
ms.technology: aspnet
Expand Down Expand Up @@ -33,7 +33,7 @@ Note: If you get the error `npm ERR! Please try running this command again as ro
From a command prompt, install the ASP.NET generator:

```console
npm install -g generator-aspnet
npm install -g generator-aspnet@0.2.6
```

> [!NOTE]
Expand Down
6 changes: 3 additions & 3 deletions aspnetcore/tutorials/your-first-mac-aspnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ We will be using `yo aspnet` to generate the **Web Application Basic** template,
Install the necessary yeoman generators and bower using npm.

```console
npm install -g yo generator-aspnet bower
```
npm install -g yo generator-aspnet@0.2.6 bower
```

Run the ASP.NET Core generator

```console
yo aspnet
```
```

* Select **Web Application Basic [without Membership and Authorization]** and tap Enter

Expand Down

0 comments on commit e2bb9d2

Please sign in to comment.