'start-storybook' 未被识别为内部或外部命令,
'start-storybook' is not recognized as an internal or external command,
PS C:..project\src\features> npm run storybook
> sfe-template-20@0.1.0 storybook
> start-storybook -p 6006
'start-storybook' is not recognized as an internal or external command,
operable program or batch file.
已安装故事书,但似乎无法安装 运行。我试过 npm install,没用。
npm: '8.1.0',
节点:'16.13.0'
“反应”:“^17.0.1”,
显然节点版本必须降级到 14.15.0。之后我做了 rm -rf node_modules
然后 npm install
。由于我使用的是 Windows,在更改节点版本之前,我必须为 Windows 安装 NVM,然后安装正确的节点版本并在 CMD 中更改它(必须以管理员身份 运行)。
PS C:..project\src\features> npm run storybook
> sfe-template-20@0.1.0 storybook
> start-storybook -p 6006
'start-storybook' is not recognized as an internal or external command,
operable program or batch file.
已安装故事书,但似乎无法安装 运行。我试过 npm install,没用。
npm: '8.1.0', 节点:'16.13.0' “反应”:“^17.0.1”,
显然节点版本必须降级到 14.15.0。之后我做了 rm -rf node_modules
然后 npm install
。由于我使用的是 Windows,在更改节点版本之前,我必须为 Windows 安装 NVM,然后安装正确的节点版本并在 CMD 中更改它(必须以管理员身份 运行)。