storybook [Bug]: npx sb init 在 yarn 3.3.0 项目上无法工作

zpjtge22  于 3个月前  发布在  Yarn
关注(0)|答案(2)|浏览(110)

描述bug

我有一个使用React、Vite和TypeScript的仓库。我正在使用yarn@3.3.0,当我尝试运行npx sb init时,我得到了一个空白的终端,没有错误,也没有初始化项目。请查看GIF

确认它在yarn@1.22.19上可以正常工作!

重现步骤

https://github.com/dimitur2204/radix-semantic-ui - the master branch on this repo is where it happens

系统信息

System:
    OS: macOS 13.0
    CPU: (10) arm64 Apple M1 Pro
  Binaries:
    Node: 19.0.1 - ~/.nvm/versions/node/v19.0.1/bin/node
    Yarn: 3.3.0 - ~/.yarn/bin/yarn
    npm: 9.2.0 - ~/.nvm/versions/node/v19.0.1/bin/npm
  Browsers:
    Chrome: 108.0.5359.124
    Edge: 108.0.1462.54
    Firefox: 107.0.1
    Safari: 16.1

其他相关信息

  • 无响应*
hfyxw5xn

hfyxw5xn1#

你能尝试使用 npx sb@next init 吗?

ulydmbyx

ulydmbyx2#

你能尝试使用npx sb@next init吗?
这也不起作用。结果一样!GIF上的示例实际上是用@next的。

相关问题