File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
staging/content/developer Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,6 @@ The WebLogic Kubernetes Toolkit UI is a desktop application designed to help Web
21
21
``` bash
22
22
sudo npm install --global npm
23
23
```
24
- ** Note** : If developing on Windows, run the following commands from a shell running as Administrator instead:
25
- ``` cmd
26
- npm install --global --production npm-windows-upgrade
27
- npm-windows-upgrade --npm-version latest
28
- ```
29
24
4 . Set up your global git configuration by running the following commands:
30
25
``` bash
31
26
git config --global user.name " <your real name>"
Original file line number Diff line number Diff line change @@ -21,11 +21,6 @@ The WebLogic Kubernetes Toolkit UI is a desktop application designed to help Web
21
21
``` bash
22
22
sudo npm install --global npm
23
23
```
24
- ** Note** : If developing on Windows, run the following commands from a shell running as Administrator instead:
25
- ``` cmd
26
- npm install --global --production npm-windows-upgrade
27
- npm-windows-upgrade --npm-version latest
28
- ```
29
24
4 . Set up your global git configuration by running the following commands:
30
25
``` bash
31
26
git config --global user.name " <your real name>"
You can’t perform that action at this time.
0 commit comments