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 6e82c21 commit 38a26b7Copy full SHA for 38a26b7
packages/cta-cli/src/cli.ts
@@ -14,7 +14,6 @@ import {
14
createSerializedOptions,
15
getAllAddOns,
16
getFrameworkById,
17
- getFrameworkByName,
18
getFrameworks,
19
initAddOn,
20
initStarter,
@@ -334,7 +333,6 @@ Remove your node_modules directory and package lock file and re-install.`,
334
333
335
program.action(async (projectName: string, options: CliOptions) => {
336
if (options.listAddOns) {
337
- console.log(options.framework || defaultFramework || 'react-cra')
338
const addOns = await getAllAddOns(
339
getFrameworkById(options.framework || defaultFramework || 'react-cra')!,
340
defaultMode ||
0 commit comments