denoland / docs

Deno documentation, examples and API Reference. Powered by Lume.
https://docs.deno.com
MIT License
78 stars 159 forks source link

Add hint about when running `deno install` is needed #1009

Open marvinhagemeister opened 3 weeks ago

marvinhagemeister commented 3 weeks ago

We should add a hint about when running deno install is needed on https://docs.deno.com/runtime/fundamentals/configuration/#dependencies

See https://discord.com/channels/684898665143206084/684898665151594506/1295633758111662121

matthewcarlino commented 1 week ago

@marvinhagemeister Perhaps a simple "This will require you to run deno install." right after the script.ts block would suffice?

I can work on this.