storybook icon indicating copy to clipboard operation
storybook copied to clipboard

Error `could not find a copy of typescript to link` when installing dependencies

Open cernymatej opened this issue 1 year ago • 0 comments

There is a problem with the latest version, where the dependencies can't be installed:

warning "@storybook-vue/nuxt > @storybook/[email protected]" has unmet peer dependency "vue@^3.2.0 || ^3.3.0".
warning " > @storybook/[email protected]" has unmet peer dependency "vite@^3.0.0 || ^4.0.0".
warning "@storybook-vue/nuxt > @nuxt/[email protected]" has unmet peer dependency "vue@^3.3.4".
error An unexpected error occurred: "could not find a copy of typescript to link in /home/projects/nuxt-starter-reh1bt/node_modules/@storybook-vue/nuxt/node_modules/@storybook/vue3-vite/node_modules".

Reproduction: https://stackblitz.com/edit/nuxt-starter-reh1bt?file=nuxt.config.ts,package.json

cernymatej avatar Oct 13 '23 17:10 cernymatej