X Tutup
Skip to content

Commit 437adcc

Browse files
hakuna-tataLeoYuan
authored andcommitted
fix: npm源
1 parent 64189e2 commit 437adcc

File tree

1 file changed

+1
-1
lines changed
  • modules/code-generator/src/cli

1 file changed

+1
-1
lines changed

modules/code-generator/src/cli/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ async function getProjectBuilderFactory(
8989
console.log(`"${solution}" is not internal, installing it as ${solutionPackageName}...`);
9090
}
9191

92-
spawnSync('tnpm', ['i', solutionPackageName], {
92+
spawnSync('npm', ['i', solutionPackageName], {
9393
stdio: quiet ? 'ignore' : 'inherit',
9494
});
9595
}

0 commit comments

Comments
 (0)
X Tutup