Skip to content

Commit f68f7b8

Browse files
Update .chain-interactions/accounts/create-account.md
Co-authored-by: Bruno Galvao <[email protected]>
1 parent bbb1db2 commit f68f7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.chain-interactions/accounts/create-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Create a new project directory and initialize it:
3030
```bash
3131
mkdir account-creator
3232
cd account-creator
33-
npm init -y
33+
npm init -y && npm pkg set type=module
3434
```
3535

3636
Install the required packages:

0 commit comments

Comments
 (0)