小编Dat*_* Vu的帖子

安装 Storybook 6.5.13 时出现冲突的对等依赖关系 React@17.0.2

这是我的 package.json

"dependencies": {
        "@emotion/react": "^11.10.4",
        "@emotion/styled": "^11.10.4",
        "@fontsource/roboto": "^4.5.8",
        "@mui/icons-material": "^5.10.9",
        "@mui/material": "^5.10.10",
        "@reduxjs/toolkit": "^1.8.6",
        "@testing-library/jest-dom": "^5.16.5",
        "@testing-library/react": "^13.4.0",
        "@testing-library/user-event": "^14.4.3",
        "@types/jest": "^29.2.0",
        "@types/node": "^18.11.4",
        "@types/react": "^18.0.21",
        "@types/react-dom": "^18.0.6",
        "async-mutex": "^0.4.0",
        "boring-avatars": "^1.7.0",
        "crypto-js": "^4.1.1",
        "react": "^18.2.0",
        "react-dom": "^18.2.0",
    "react-hook-form": "^7.38.0",
        "react-redux": "^8.0.4",
        "react-router-dom": "^6.4.2",
        "react-scripts": "5.0.1",
        "redux-persist": "^6.0.0",
        "typescript": "^4.8.4",
        "web-vitals": "^3.0.4"
    },
    "scripts": {
        "start": "react-scripts start",
        "build": "react-scripts build",
        "test": "react-scripts test",
        "eject": "react-scripts eject",
        "eslint": "eslint \"src/**/*.{tsx,jsx,ts,js}\"",
        "eslint:fix": "npm run eslint -- --fix",
        "eslint:teamcity": "npm …
Run Code Online (Sandbox Code Playgroud)

dependencies npm reactjs npm-install storybook

7
推荐指数
1
解决办法
2252
查看次数

标签 统计

dependencies ×1

npm ×1

npm-install ×1

reactjs ×1

storybook ×1