Skip to content

Commit c5156e2

Browse files
authored
Modify npm init command for module type
Fixes #131
1 parent a11b23b commit c5156e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ First, create a new directory and initialize your project:
3737

3838
```bash
3939
mkdir copilot-demo && cd copilot-demo
40-
npm init -y
40+
npm init -y --init-type module
4141
```
4242

4343
Then install the SDK and TypeScript runner:

0 commit comments

Comments
 (0)