We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64189e2 commit 437adccCopy full SHA for 437adcc
modules/code-generator/src/cli/run.ts
@@ -89,7 +89,7 @@ async function getProjectBuilderFactory(
89
console.log(`"${solution}" is not internal, installing it as ${solutionPackageName}...`);
90
}
91
92
- spawnSync('tnpm', ['i', solutionPackageName], {
+ spawnSync('npm', ['i', solutionPackageName], {
93
stdio: quiet ? 'ignore' : 'inherit',
94
});
95
0 commit comments