...
Info |
---|
This setting is not used for locating Profound.js modules or files when running an application in a Workspace. In that case, only modules/files within the Workspace directory or a sub-directory can be used used. Paths within a sub-directory must be specified as relative to the Workspace directory. If a program in a Workspace is called via PJSCALL or a proxy program, the IBM i library list is used to search for modules/files. |
...
The pathlist is used to search directory paths for Node.js modules within the modules directory of the Profound.js instance. It is used by APIAPIs, such pjs.call(), when a module name is unqualified.
...