Skip to content

Commit 411bf38

Browse files
[lldb-dap] Include npm install in the extension installation steps (#92028)
Otherwise the build step fails due to missing dependencies.
1 parent 4683571 commit 411bf38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/tools/lldb-dap/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Installing the plug-in is very straightforward and involves just a few steps.
4646

4747
```bash
4848
cd /path/to/lldb/tools/lldb-dap
49+
npm install
4950
npm run package # This also compiles the extension.
5051
npm run vscode-install
5152
```
@@ -69,6 +70,7 @@ no effect.
6970
```bash
7071
# Bump version in package.json
7172
cd /path/to/lldb/tools/lldb-dap
73+
npm install
7274
npm run package
7375
npm run vscode-install
7476
```

0 commit comments

Comments
 (0)