Skip to content

Commit 3f7bb97

Browse files
Merge pull request SharePoint#8704 from alextabone/patch-1
Update build-a-hello-world-web-part.md
2 parents 2ea3d72 + 362e54e commit 3f7bb97

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/spfx/web-parts/get-started/build-a-hello-world-web-part.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Build your first SharePoint client-side web part (Hello World part 1)
33
description: Create a new web part project and preview it.
4-
ms.date: 02/10/2022
4+
ms.date: 01/19/2023
55
ms.localizationpriority: high
66
ms.custom: scenarios:getting-started
77
---
@@ -42,6 +42,18 @@ At this point, Yeoman creates the project scaffolding (folders & files) and inst
4242

4343
When the project scaffolding and dependency install process are complete, Yeoman will display a message similar to the following indicating it was successful:
4444

45+
```console
46+
_=+#####!
47+
###########| .-----------------------------------.
48+
###/ (##|(@) | Congratulations! |
49+
### ######| \ | Solution webpart-1 is created. |
50+
###/ /###| (@) | Run gulp serve to play with it! |
51+
####### ##| / '-----------------------------------'
52+
### /##|(@)
53+
###########|
54+
**=+####!
55+
```
56+
4557
> [!IMPORTANT]
4658
> NPM may display warnings and error messages during the installation of dependencies while it runs the `npm install` command. You can safely ignore these log warnings & error messages.
4759
>

0 commit comments

Comments
 (0)