mirror of
				https://github.com/Ylianst/MeshCentral.git
				synced 2025-03-09 15:40:18 +00:00 
			
		
		
		
	Removed all dependencies on XMLDOM module.
This commit is contained in:
		
							parent
							
								
									8ff8aced16
								
							
						
					
					
						commit
						71a6149407
					
				
					 6 changed files with 84 additions and 27 deletions
				
			
		| 
						 | 
				
			
			@ -3220,7 +3220,7 @@ function mainStart() {
 | 
			
		|||
        }
 | 
			
		||||
 | 
			
		||||
        // Build the list of required modules
 | 
			
		||||
        var modules = ['ws@5.2.3', 'cbor@5.2.0', 'nedb', 'https', 'yauzl', 'xmldom', 'ipcheck', 'express', 'archiver@4.0.2', 'multiparty', 'node-forge', 'express-ws@4.0.0', 'compression', 'body-parser', 'cookie-session', 'express-handlebars'];
 | 
			
		||||
        var modules = ['ws@5.2.3', 'cbor@5.2.0', 'nedb', 'https', 'yauzl', 'ipcheck', 'express', 'archiver@4.0.2', 'multiparty', 'node-forge', 'express-ws@4.0.0', 'compression', 'body-parser', 'cookie-session', 'express-handlebars'];
 | 
			
		||||
        if (require('os').platform() == 'win32') { modules.push('node-windows'); modules.push('loadavg-windows'); if (sspi == true) { modules.push('node-sspi'); } } // Add Windows modules
 | 
			
		||||
        if (ldap == true) { modules.push('ldapauth-fork'); }
 | 
			
		||||
        if (mstsc == true) { modules.push('node-rdpjs-2'); }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue