You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since myNODE_PATH includes the root of my project folder, many of my imports and requires are not relative. This prevents documentation from finding my code dependencies.
How can I add extra paths to resolve my dependencies?
The text was updated successfully, but these errors were encountered:
I think this is the same root issue as #140 - we want to be able to pass custom options into paths so that require() statements don't need to be relative to the current directory. If that's the case, can I close here and we can continue the conversation on that issue?
Since my
NODE_PATH
includes the root of my project folder, many of myimports
andrequires
are not relative. This preventsdocumentation
from finding my code dependencies.How can I add extra paths to resolve my dependencies?
The text was updated successfully, but these errors were encountered: