mol_tree2 1.0.751 → 1.0.752

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.test.js CHANGED
@@ -2201,9 +2201,9 @@ var $node = new Proxy({ require }, {
2201
2201
  while (!fs.existsSync(path.join(dir, suffix))) {
2202
2202
  const parent = path.resolve(dir, '..');
2203
2203
  if (parent === dir) {
2204
- $$.$mol_exec('.', 'npm', 'install', '--omit=dev', name);
2204
+ $$.$mol_exec('.', 'npm', 'install', '--omit=dev', '--no-save', name);
2205
2205
  try {
2206
- $$.$mol_exec('.', 'npm', 'install', '--omit=dev', '@types/' + name);
2206
+ $$.$mol_exec('.', 'npm', 'install', '--omit=dev', '--no-save', '@types/' + name);
2207
2207
  }
2208
2208
  catch { }
2209
2209
  break;