Skip to content

Commit effa9a0

Browse files
committed
Updating dev environment setup
1 parent 53ae631 commit effa9a0

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

docs/spfx/set-up-your-development-environment.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Set up your SharePoint Framework development environment
33
description: Use Visual Studio or your own custom development environment to build SharePoint Framework solutions. You can use a Mac, PC, or Linux.
4-
ms.date: 03/09/2018
4+
ms.date: 08/20/2018
55
ms.prod: sharepoint
66
---
77

@@ -32,7 +32,7 @@ Install [NodeJS LTS version](https://nodejs.org).
3232
- If you are using a Mac, we recommend that you use [homebrew](http://brew.sh/) to install and manage NodeJS.
3333

3434
> [!NOTE]
35-
> Current LTS version of NodeJS is 8.11.3. Notice that 9.x versions are currently not supported with SharePoint Framework development.
35+
> Current LTS version of NodeJS is 8.11.4. Notice that 9.x or 10.x versions are currently not supported with SharePoint Framework development.
3636
3737
### Install a code editor
3838

@@ -88,6 +88,17 @@ npm install @microsoft/generator-sharepoint --save-dev
8888

8989
For more information about the Yeoman SharePoint generator, see [Scaffold projects by using Yeoman SharePoint generator](toolchain/scaffolding-projects-using-yeoman-sharepoint-generator.md).
9090

91+
92+
## Install the developer certificate
93+
94+
The client-side tool chain uses HTTPS endpoint by default, which means that it will also host the 'localhost' with SSL certificate. This simplifies development process with SharePoint Online as it's also hosted using HTTPS endpoint.
95+
96+
The SharePoint Framework tool chain comes with a developer certificate that you can install for building your custom solutions easily with HTTPS endpoint. To install the developer certificate, enter following command:
97+
98+
```
99+
gulp trust-dev-cert
100+
```
101+
91102
## Optional tools
92103

93104
Following are some tools that might come in handy as well:

0 commit comments

Comments
 (0)