mol_wire_dom 0.0.1057 → 0.0.1058

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/node.js CHANGED
@@ -1845,9 +1845,9 @@ var $node = new Proxy({ require }, {
1845
1845
  while (!fs.existsSync(path.join(dir, suffix))) {
1846
1846
  const parent = path.resolve(dir, '..');
1847
1847
  if (parent === dir) {
1848
- $$.$mol_exec('.', 'npm', 'install', '--omit=dev', name);
1848
+ $$.$mol_exec('.', 'npm', 'install', '--omit=dev', '--no-save', name);
1849
1849
  try {
1850
- $$.$mol_exec('.', 'npm', 'install', '--omit=dev', '@types/' + name);
1850
+ $$.$mol_exec('.', 'npm', 'install', '--omit=dev', '--no-save', '@types/' + name);
1851
1851
  }
1852
1852
  catch { }
1853
1853
  break;