paths

abstract var paths: <Error class: unknown class><String>?(source)

Paths to resolve module location from. If present, these paths are used instead of the default resolution paths, with the exception of GLOBAL\_FOLDERS like $HOME/.node_modules, which are always included. Each of these paths is used as a starting point for the module resolution algorithm, meaning that the node_modules hierarchy is checked from this location.

Since

v8.9.0