Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
fix(node/npm_specifiers): tell the user how to run the example (#622)
Browse files Browse the repository at this point in the history
Signed-off-by: Levente Kurusa <lkurusa@kernelstuff.org>
  • Loading branch information
levex committed Apr 25, 2023
1 parent 57ee397 commit 7b432a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node/npm_specifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
Since version 1.28, Deno has native support for importing npm packages. This is
done by importing using `npm:` specifiers.

The way these work is best described with an example:
The way these work is best described with an example that you can run with
`deno run --allow-env`:

```ts, ignore
import chalk from "npm:chalk@5";
Expand Down

0 comments on commit 7b432a7

Please sign in to comment.