Skip to content

Commit

Permalink
fix: order of install/run (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyEalden authored Oct 17, 2024
1 parent aea244a commit d1d1423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/fundamentals/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,8 @@ If your project has a `package.json` file, you can use the manual mode, which
requires an installation step to create your `node_modules` directory:
```sh
deno run --node-modules-dir=manual main.ts
deno install
deno run --node-modules-dir=manual main.ts
```
or with a configuration file:
Expand Down

0 comments on commit d1d1423

Please sign in to comment.