@devkong/cli-nx 0.0.13 → 0.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -6,9 +6,9 @@ Welcome to the Kong extension development workspace!
|
|
|
6
6
|
|
|
7
7
|
Before you start, make sure you have the following installed:
|
|
8
8
|
|
|
9
|
-
- [Node.js](https://nodejs.org/en/download/prebuilt-installer)
|
|
10
|
-
- [Python](https://www.python.org/downloads/)
|
|
11
|
-
- [Docker](https://docs.docker.com/desktop/)
|
|
9
|
+
- [Node.js](https://nodejs.org/en/download/prebuilt-installer). Version >= 20.0
|
|
10
|
+
- [Python](https://www.python.org/downloads/). Version >= 3.10
|
|
11
|
+
- [Docker](https://docs.docker.com/desktop/). If using Docker Desktop, start it
|
|
12
12
|
- Mac M2 users, see [Troubleshooting](#Troubleshooting)
|
|
13
13
|
|
|
14
14
|
To verify the installation and check the versions, run the following commands:
|