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
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,12 @@ in our docs.
41
41
42
42
## CLI Usage
43
43
44
+
### Requirements
45
+
46
+
To use the Essential Angular Universal plugin while building and deploying with the CLI, you need to have `netlify-cli v5.4.13` installed (or a later version).
47
+
48
+
Please also make sure to use `ntl deploy --build --prod` (rather than `ntl build`).
49
+
44
50
### Plugin Side Effects
45
51
46
52
When this plugin is run as part of the build process using the Netlify CLI, direct changes will be made to your project source:
@@ -91,4 +97,4 @@ for details.
91
97
## License
92
98
93
99
This project is licensed under the MIT License - see the
0 commit comments