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: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,10 @@
43
43
ui5 build -a
44
44
```
45
45
1. Run the result
46
-
1. Install an HTTP server like [zeit/serve](https://www.npmjs.com/package/serve) (**Note:** You can use any HTTP server)
46
+
1. Install an HTTP server like [zeit/serve](https://www.npmjs.com/package/serve) (**Note:** You can use any HTTP server. If you use zeit/serve, please use version 6 as gzip support has been removed in newer versions.)
47
47
```sh
48
48
# Install zeit/serve
49
-
npm install --global serve
49
+
npm install --global serve@6
50
50
```
51
51
1. Start an HTTP server for the newly created `/dist` directory
52
52
```sh
@@ -64,9 +64,9 @@
64
64
ui5 build self-contained -a
65
65
```
66
66
1. Run the result
67
-
1. Install an HTTP server like [zeit/serve](https://www.npmjs.com/package/serve) (if not already done)
67
+
1. Install an HTTP server like [zeit/serve](https://www.npmjs.com/package/serve) (**Note:** You can use any HTTP server. If you use zeit/serve, please use version 6 as gzip support has been removed in newer versions.)
68
68
```sh
69
-
# Install zeit/serve
69
+
# Install zeit/serve in version 6, as gzip support has been removed in newer versions
70
70
npm install --global serve@6
71
71
```
72
72
1. Start an HTTP server for the newly created `/dist` directory
0 commit comments