Skip to content

Commit 72e9558

Browse files
committed
Remove dublicate mention about cross-env installation
1 parent 3d46d11 commit 72e9558

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/content/4/en/part4b.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ We can then achieve cross-platform compatibility by using the cross-env library
6363
}
6464
```
6565

66-
**NB**: If you are deploying this application to Fly.io/Render, keep in mind that if cross-env is saved as a development dependency, it would cause an application error on your web server. To fix this, change cross-env to a production dependency by running this in the command line:
67-
68-
```bash
69-
npm install cross-env
70-
```
7166

7267
Now we can modify the way that our application runs in different modes. As an example of this, we could define the application to use a separate test database when it is running tests.
7368

0 commit comments

Comments
 (0)