mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 03:01:16 +00:00
fix: npm源
This commit is contained in:
parent
64189e253d
commit
437adccf5f
@ -89,7 +89,7 @@ async function getProjectBuilderFactory(
|
||||
console.log(`"${solution}" is not internal, installing it as ${solutionPackageName}...`);
|
||||
}
|
||||
|
||||
spawnSync('tnpm', ['i', solutionPackageName], {
|
||||
spawnSync('npm', ['i', solutionPackageName], {
|
||||
stdio: quiet ? 'ignore' : 'inherit',
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user