We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552084e commit eef72fdCopy full SHA for eef72fd
src/cli.js
@@ -22,7 +22,7 @@ const { version } = require("process");
22
const { getPackageInfo } = require("local-pkg");
23
24
async function run() {
25
- const isWindows = version().includes("Windows");
+ const isWindows = version.includes("Windows");
26
log.success("当前 node 版本为", version);
27
28
const originPackageFile = "package.json";
0 commit comments