Skip to content

Commit

Permalink
hint at running deno install when using a package.json (denoland#1078)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew <[email protected]>
  • Loading branch information
shortOfCode and Matthew authored Oct 28, 2024
1 parent 19effed commit 804da9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/fundamentals/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ import express from "express";
const app = express();
```

Note that this will require you to run `deno install`.

Read more about
[module imports and dependencies](/runtime/fundamentals/modules/)

Expand Down

0 comments on commit 804da9b

Please sign in to comment.