mam 1.11.266 → 1.11.268
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 +2 -2
- package/node.js.map +1 -1
- package/node.mjs +2 -2
- package/node.test.js +2 -2
- package/node.test.js.map +1 -1
- package/package.json +1 -1
package/node.js
CHANGED
|
@@ -1990,9 +1990,9 @@ var $node = new Proxy({ require }, {
|
|
|
1990
1990
|
while (!fs.existsSync(path.join(dir, suffix))) {
|
|
1991
1991
|
const parent = path.resolve(dir, '..');
|
|
1992
1992
|
if (parent === dir) {
|
|
1993
|
-
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', name);
|
|
1993
|
+
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', '--no-save', name);
|
|
1994
1994
|
try {
|
|
1995
|
-
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', '@types/' + name);
|
|
1995
|
+
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', '--no-save', '@types/' + name);
|
|
1996
1996
|
}
|
|
1997
1997
|
catch { }
|
|
1998
1998
|
break;
|