Skip to content

Commit f3031f9

Browse files
committed
Update one of the docs
1 parent 22b1b65 commit f3031f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

integrations/node_js/ReadMe.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ You can create a customized web app for running SeleniumBase tests by using Node
44

55
<img src="https://seleniumbase.io/other/node_runner.png" title="Node Runner" />
66

7-
#### 1. Install NodeJS
7+
#### 1. Install NodeJS (if not installed)
88

99
* Navigate to [https://nodejs.org/en/](https://nodejs.org/en/)
1010
* Click to download and install NodeJS
1111

12-
#### 2. Install Express for NodeJS
12+
#### 2. Upgrade NodeJS (if using an older version)
1313

1414
```bash
15-
npm install -g express
15+
npm install -g npm@latest
1616
```
1717

18-
#### 3. Install the Example Test Runner for SeleniumBase from the ``integrations/node_js`` folder
18+
#### 3. Install the Example Test Runner for SeleniumBase from the ``integrations/node_js`` folder (``npm ci`` has a speed improvement over ``npm install``.)
1919

2020
```bash
21-
npm install
21+
npm ci
2222
```
2323

2424
(You should see a ``node_modules`` folder appear in your ``node_js`` folder.)

0 commit comments

Comments
 (0)