diff --git a/README.md b/README.md index 0a7fc2c..94d4f3f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ You must download and build a copy of [vscode-js-debug](https://github.com/micro use { "microsoft/vscode-js-debug", opt = true, - run = "npm install --legacy-peer-deps && npx gulp vsDebugServerBundle && mv dist out" + run = "npm install --legacy-peer-deps --no-save && npx gulp vsDebugServerBundle && rm -rf out && mv dist out" } ``` @@ -43,8 +43,9 @@ use { ```bash git clone https://github.com/microsoft/vscode-js-debug cd vscode-js-debug -npm install --legacy-peer-deps +npm install --legacy-peer-deps --no-save npx gulp vsDebugServerBundle +rm -rf out mv dist out ```