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
Right now the plugin checks the node_modules folder just under the folder where the command is being called from:
node_modules
https://github.com/jchavarri/opam-check-npm-deps/blob/cfe4d54f5215fcd8c13807503c2ad028a9cc7bd6/src/main.ml#L113
@davesnx suggested some improvements to it in #2 (comment):
Adding a --root flag A mechanism for looking into git folder Recursively going up for a node_modules directory
--root
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now the plugin checks the
node_modules
folder just under the folder where the command is being called from:https://github.com/jchavarri/opam-check-npm-deps/blob/cfe4d54f5215fcd8c13807503c2ad028a9cc7bd6/src/main.ml#L113
@davesnx suggested some improvements to it in #2 (comment):
The text was updated successfully, but these errors were encountered: