We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a4dc5 commit cff7cd1Copy full SHA for cff7cd1
cli/src/utilities/printOutput.ts
@@ -99,8 +99,6 @@ export async function printOutput(
99
100
s.start(`Adding nativewindui components...`);
101
102
- info(`${runnerType} nwui-cli@latest add ${finalComponents.join(' ')}`);
103
-
104
await runSystemCommand({
105
command: `${runnerType} --yes nwui-cli@latest add --overwrite -d ${cliResults.projectName} ${finalComponents.join(' ')}`,
106
errorMessage: 'Error adding nativewindui components',
0 commit comments