Skip to content

Commit 9f2aea9

Browse files
committed
Added notes on version downgrade with npm
1 parent 2458410 commit 9f2aea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +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-
> 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.
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. You can downgrade to older npm version with following command `npm install -g [email protected]`.
2323
2424
### Code Editors
2525
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)