Skip to content

Commit 6704be8

Browse files
committed
Adjusted dev env doc details
1 parent f79e0de commit 6704be8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,6 @@ Install a code editor. You can use any code editor or IDE that supports client-s
4040

4141
The steps and examples in this documentation use [Visual Studio Code](https://code.visualstudio.com/), but you can use any editor of your choice.
4242

43-
### If you're using a PC
44-
45-
You need to install *windows-build-tools*. windows-build-tools will install Visual C++ Build Tools 2015, provided free of charge by Microsoft. These tools are required to compile popular native modules. It will also install Python 2.7, configuring your computer and npm appropriately.
46-
47-
Run the following command:
48-
49-
```
50-
npm install -g --production windows-build-tools
51-
```
52-
5343
### If you are using Ubuntu
5444

5545
You need to install compiler tools using the following command:

0 commit comments

Comments
 (0)