You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/spfx/set-up-your-development-environment.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,16 +19,16 @@ Install [NodeJS](https://nodejs.org/en/) Long Term Support (LTS) version.
19
19
* 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/).
20
20
* If you are using a Mac, it is recommended you use [homebrew](http://brew.sh/) to install and manage NodeJS.
21
21
22
-
After installing node, make sure you are running V3 of npm by running the following command:
22
+
After installing node, make sure npm is up to date by running following command:
23
23
24
24
```
25
-
npm install -g npm@3
25
+
npm install -g npm
26
26
```
27
27
28
28
In case of Ubuntu Linux previous command might result in 'permission denied' message, so it should be instead executed as
0 commit comments