Storybook arroja este error cuando intento instalar con una aplicación Next.js que ya existe:
• Detecting project type. ✓ • Adding Storybook support to your "React" app Unable to find versions of @storybook/react using npm Unable to find versions of @storybook/addon-links using npm Unable to find versions of @storybook/addon-essentials using npm Unable to find versions of @storybook/addon-actions using npm Unable to find versions of @storybook/addon-interactions using npmLa aplicación se crea en Next.js y Tailwind. el sistema operativo que uso es: Ubuntu 20.04.4 LTS, "siguiente": "^12.0.4", "reaccionar": "^17.0.2", versión del nodo: v16.15.0
He probado este comando:
npx sb init npx sb init --builder webpack5