-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Environment
deno 2.4.2
Reproduction
https://automd.unjs.io/generators/pm-install#output
$ deno i automd
error: automd is missing a prefix. Did you mean `deno install npm:automd`?
$ deno i npm:automd
Add npm:[email protected]
...
Describe the bug
When installing npm packages with Deno, the npm:
prefix is required. However, the pm-install
generator of automd does not take this into account, resulting in an invalid command.
https://docs.deno.com/runtime/reference/cli/install/#local-installation
Additional context
Support for Deno was added in #74.
I have created the same issue and PR in undocs as well (unjs/undocs#188, unjs/undocs#189).
Logs
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working