apn-app-manager 0.2.0 → 0.2.1
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ Latest compatible Appian platform version for which we've tested against: **22.3
|
|
|
21
21
|
- `npm i -g apn-app-manager`
|
|
22
22
|
1. Check installation or your current version of this tool by running `npm list -g`.
|
|
23
23
|
1. After installing, you should have access to the command `apn` globally in your terminal.
|
|
24
|
-
- If this command is not recognized, you will need to troubleshoot. Since this is machine-specific, it's something you
|
|
24
|
+
- If this command is not recognized, you will need to troubleshoot. Since this is machine-specific, it's something you can Google related to the npm "prefix" config. The command to fix it is `npm config set prefix _` where the `_` is specific to your operating system. Here are helpful links to troubleshoot for [Windows](https://www.google.com/search?q=npm+global+command+not+found+windows) and [Mac](https://www.google.com/search?q=npm+global+command+not+found+mac).
|
|
25
25
|
|
|
26
26
|
## Usage
|
|
27
27
|
|