Replies: 1 comment
-
There's |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Basically, I want to resolve the
package.json
path from any directory inside the project. I know that I can make a custom function to get this, but I would like to know if there is a native way of use this same algorithm to find files.The node exposes some API to do this with files?
Beta Was this translation helpful? Give feedback.
All reactions