chris
Results
1
comments of
chris
Had the same issue. It seems that [this line of code](https://github.com/storybook-vue/storybook-nuxt/blob/71b8db7bec25b93338206aee9527e70ac21b4f62/packages/storybook-nuxt-cli/src/init.ts#L93) might cause the problems. ` spawn(cmd, [], { shell: true ... });` setting shell to true could fix this....