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

FUTURE: deno install should interop with other package managers #23909

Open
bartlomieju opened this issue May 20, 2024 · 1 comment
Open

FUTURE: deno install should interop with other package managers #23909

bartlomieju opened this issue May 20, 2024 · 1 comment
Assignees
Labels
feat new feature (which has been agreed to/accepted) node compat

Comments

@bartlomieju
Copy link
Member

We need to make deno install work well with existing projects that use npm, yarn, pnpm, bun.

This entails:

  1. Understand various lockfiles like package-lock.json or pnpm-lock.yaml
  2. Do not reinstall dependencies if they are already up to date, based on the contents of node_modules/ directory and the lockfile from point 1. (ref FUTURE: deno install should not download/copy packages if node_modules/ dir is up to date #23907)
@bartlomieju
Copy link
Member Author

Ref #23062

@lucacasonato lucacasonato added the feat new feature (which has been agreed to/accepted) label Jun 8, 2024
@bartlomieju bartlomieju removed this from the 2.0 milestone Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat new feature (which has been agreed to/accepted) node compat
Projects
None yet
Development

No branches or pull requests

3 participants