Skip to content

Commit 2458410

Browse files
committed
Updating dev environment setup to note that npm v5 is not yet supported
1 parent f262549 commit 2458410

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

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

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,7 @@ Install [NodeJS](https://nodejs.org/en/) Long Term Support (LTS) version.
1919
* If you have NodeJS already installed please check you have the latest version using `node -v`. It should return the current [LTS version](https://nodejs.org/en/download/).
2020
* If you are using a Mac, it is recommended you use [homebrew](http://brew.sh/) to install and manage NodeJS.
2121

22-
After installing node, make sure npm is up to date by running following command:
23-
24-
```
25-
npm install -g npm
26-
```
27-
28-
In case of Ubuntu Linux previous command might result in 'permission denied' message, so it should be instead executed as
29-
30-
```
31-
sudo npm install -g npm
32-
```
22+
> Notice that SPFx build pipeline does **NOT** currently support npm v5.x, so you'll need to use either v3 or v4. At the time of the writing, NodeJS LTS version (v6.11.0) installs npm v3.10.10. We'll update this section when there are changes in the supportability statement.
3323
3424
### Code Editors
3525
Install a code editor. You can use any code editor or IDE that supports client-side development to build your web part, such as:

0 commit comments

Comments
 (0)