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

Deno - does not support override property in the package.json #20614

Open
qheolet opened this issue Sep 21, 2023 · 2 comments
Open

Deno - does not support override property in the package.json #20614

qheolet opened this issue Sep 21, 2023 · 2 comments

Comments

@qheolet
Copy link

qheolet commented Sep 21, 2023

Hello Guys,
I was working with Deno using npm packages and i got a package that use override property for one of the dependencies in the package.json,

that create a error of dependecies when it do not find the module.

Thanks.

@qheolet
Copy link
Author

qheolet commented Sep 21, 2023

I think just adding the property Overrides (no Rust Expert / lack of Deno Architecture) but should be add in
deno/cli/args
/package_json.rs
line 105

  let deps = package_json.dependencies.as_ref();
  let dev_deps = package_json.dev_dependencies.as_ref();
  let mut result = BTreeMap::new()

hope this could be added in future version. Thanks.

@JonathonRP
Copy link

this would be great be add because I need this feature currently

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

Successfully merging a pull request may close this issue.

2 participants