mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Deprecate autoInstallModules for externalModules.autoInstall
This commit is contained in:
@@ -254,7 +254,8 @@ module.exports = {
|
||||
* Update to internal list of available modules based on what has been actually
|
||||
* loaded.
|
||||
*
|
||||
* The `autoInstallModules` runtime option means the runtime may try to install
|
||||
* The `externalModules.autoInstall` (previously `autoInstallModules`)
|
||||
* runtime option means the runtime may try to install
|
||||
* missing modules after the initial load is complete. If that flag is not set
|
||||
* this function is used to remove the modules from the registry's saved list.
|
||||
* @function
|
||||
|
Reference in New Issue
Block a user