From 1b09a0230d012fa9d3b8f56b61bd694a1d1e6948 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Tue, 20 Nov 2018 20:54:21 -0500 Subject: [PATCH] Update README.md --- awx/ui/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/awx/ui/README.md b/awx/ui/README.md index 93364a40c3..a46184fc42 100644 --- a/awx/ui/README.md +++ b/awx/ui/README.md @@ -67,6 +67,15 @@ npm install --prefix awx/ui --save prod-package@1.23 git add awx/ui/package.json awx/ui/package-lock.json ``` +## Removing dependencies +```shell +# remove a development or build dependency +npm uninstall --prefix awx/ui --save-dev dev-package + +# remove a production dependency +npm uninstall --prefix awx/ui --save prod-package +``` + ## Building for Production ```shell # built files are placed in awx/ui/static