Skip to content

compat: deno install file: protocol #27706

Open
@lukeed

Description

Version: Deno 2.1.6

When running deno install in an existing node project (using its package.json file), it should be able to install/link local files and directories as dependencies.

see https://docs.npmjs.com/cli/v11/commands/npm-install#install-links

{
  "dependencies": {
    "foobar": "file:./foobar"
  }
}

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions