Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compat: deno install file: protocol #27706

Open
lukeed opened this issue Jan 17, 2025 · 0 comments
Open

compat: deno install file: protocol #27706

lukeed opened this issue Jan 17, 2025 · 0 comments

Comments

@lukeed
Copy link
Contributor

lukeed commented Jan 17, 2025

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"
  }
}
@lukeed lukeed changed the title comat: deno install file: compat: deno install file: protocol Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant