mol_plot_all 1.2.1072 → 1.2.1073

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
@@ -1964,9 +1964,9 @@ var $node = new Proxy({ require }, {
1964
1964
  while (!fs.existsSync(path.join(dir, suffix))) {
1965
1965
  const parent = path.resolve(dir, '..');
1966
1966
  if (parent === dir) {
1967
- $$.$mol_exec('.', 'npm', 'install', '--omit=dev', '--no-save', name);
1967
+ $$.$mol_exec('.', 'npm', 'install', '--omit=dev', name);
1968
1968
  try {
1969
- $$.$mol_exec('.', 'npm', 'install', '--omit=dev', '--no-save', '@types/' + name);
1969
+ $$.$mol_exec('.', 'npm', 'install', '--omit=dev', '@types/' + name);
1970
1970
  }
1971
1971
  catch { }
1972
1972
  break;