Skip to content

Commit 793f7db

Browse files
committed
Even node is not real man
1 parent cc00012 commit 793f7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib_dev/process.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ export function setup(cwd = process.cwd()) {
271271
* @return {Promise<ExecResult>}
272272
*/
273273
npm(args = [], options = {}) {
274-
return exec(execPath, [npmCli, ...args], options);
274+
return exec("node", [npmCli, ...args], options);
275275
},
276276
};
277277
}

0 commit comments

Comments
 (0)