Skip to content

Commit f37ac94

Browse files
Updated Using the Compiler API (markdown)
1 parent f41854c commit f37ac94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Using-the-Compiler-API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You will also need the node definition file for some of these samples.
1717
To acquire the definition file, run:
1818

1919
```sh
20-
npm install @types/node
20+
npm install -D @types/node
2121
```
2222

2323
That's it, you're ready to go. Now you can try out some of the following examples.

0 commit comments

Comments
 (0)