Skip to content

Commit 1d59b66

Browse files
authored
Update implementing-controls-using-typescript.md
Added --run-npm-install option to pac pcf init
1 parent 0ffef49 commit 1d59b66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/developer/component-framework/implementing-controls-using-typescript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Create your first component using Power Apps Component Framework in Micr
33
description: "Learn how to implement code components using Power Apps component framework"
44
ms.author: noazarur
55
author: noazarur-microsoft
6-
ms.date: 05/27/2022
6+
ms.date: 12/15/2022
77
ms.reviewer: jdaly
88
ms.topic: article
99
ms.subservice: pcf
@@ -65,7 +65,7 @@ To create a new project:
6565
1. At the terminal prompt, create a new component project by passing basic parameters using the [pac pcf init](/power-platform/developer/cli/reference/pcf#pac-pcf-init) command.
6666
6767
```CLI
68-
pac pcf init --namespace SampleNamespace --name LinearInputControl --template field
68+
pac pcf init --namespace SampleNamespace --name LinearInputControl --template field --run-npm-install
6969
```
7070

7171
1. The above command also runs the `npm install` command for you to setup the project build tools.

0 commit comments

Comments
 (0)