We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
this would be great be add because I need this feature currently
deno install
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: