Add Each Module Path to the PSModulePath upon Create
EdLichtman opened this issue · 1 comments
EdLichtman commented
In order to enable the PSModuleAutoLoadingPreference to pull in the newly generated modules, we need to attempt to add the Module Path to the PSModulePath. We need to prompt the user if they wish to do it, because messing with such paths can be considered bad for security without their consent.
EdLichtman commented
Fixed. Workaround was to add the functions to the root Module psd1.