You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have been working with your library until on my new project it is returning this bug which is about dependency and i can not figure out why
npm resolution error report
2022-03-06T06:03:50.293Z
While resolving: [email protected]
Found: [email protected]
node_modules/react
react@"^17.0.2" from the root project
peer react@"^17.0.2" from @bb-tech/[email protected]
node_modules/@bb-tech/ra-treemenu
@bb-tech/ra-treemenu@"*" from the root project
Could not resolve dependency:
peer react@"^16.3.0" from @material-ui/[email protected]
node_modules/@material-ui/core
peer @material-ui/core@"~1.4.0" from @bb-tech/[email protected]
node_modules/@bb-tech/ra-treemenu
@bb-tech/ra-treemenu@"*" from the root project
Fix the upstream dependency conflict, or retry
this command with --force, or --legacy-peer-deps
to accept an incorrect (and potentially broken) dependency resolution.
i have been working with your library until on my new project it is returning this bug which is about dependency and i can not figure out why
npm resolution error report
2022-03-06T06:03:50.293Z
While resolving: [email protected]
Found: [email protected]
node_modules/react
react@"^17.0.2" from the root project
peer react@"^17.0.2" from @bb-tech/[email protected]
node_modules/@bb-tech/ra-treemenu
@bb-tech/ra-treemenu@"*" from the root project
Could not resolve dependency:
peer react@"^16.3.0" from @material-ui/[email protected]
node_modules/@material-ui/core
peer @material-ui/core@"~1.4.0" from @bb-tech/[email protected]
node_modules/@bb-tech/ra-treemenu
@bb-tech/ra-treemenu@"*" from the root project
Fix the upstream dependency conflict, or retry
this command with --force, or --legacy-peer-deps
to accept an incorrect (and potentially broken) dependency resolution.
Raw JSON explanation object:
{
"code": "ERESOLVE",
"current": {
"name": "react",
"version": "17.0.2",
"whileInstalling": {
"name": "evolve-panel",
"version": "0.1.0",
"path": "C:\Users\user\Desktop\admin-panel"
},
"location": "node_modules/react",
"isWorkspace": false,
"dependents": [
{
"type": "prod",
"name": "react",
"spec": "^17.0.2",
"from": {
"location": "C:\Users\user\Desktop\admin-panel"
}
},
{
"type": "peer",
"name": "react",
"spec": "^17.0.2",
"from": {
"name": "@bb-tech/ra-treemenu",
"version": "1.0.7",
"whileInstalling": {
"name": "evolve-panel",
"version": "0.1.0",
"path": "C:\Users\user\Desktop\admin-panel"
},
"location": "node_modules/@bb-tech/ra-treemenu",
"isWorkspace": false,
"dependents": [
{
"type": "prod",
"name": "@bb-tech/ra-treemenu",
"spec": "",
"from": {
"location": "C:\Users\user\Desktop\admin-panel"
}
}
]
}
}
]
},
"currentEdge": {
"type": "prod",
"name": "react",
"spec": "^17.0.2",
"from": {
"location": "C:\Users\user\Desktop\admin-panel"
}
},
"edge": {
"type": "peer",
"name": "react",
"spec": "^16.3.0",
"error": "INVALID",
"from": {
"name": "@material-ui/core",
"version": "1.4.3",
"whileInstalling": {
"name": "evolve-panel",
"version": "0.1.0",
"path": "C:\Users\user\Desktop\admin-panel"
},
"location": "node_modules/@material-ui/core",
"isWorkspace": false,
"dependents": [
{
"type": "peer",
"name": "@material-ui/core",
"spec": "~1.4.0",
"from": {
"name": "@bb-tech/ra-treemenu",
"version": "1.0.7",
"whileInstalling": {
"name": "evolve-panel",
"version": "0.1.0",
"path": "C:\Users\user\Desktop\admin-panel"
},
"location": "node_modules/@bb-tech/ra-treemenu",
"isWorkspace": false,
"dependents": [
{
"type": "prod",
"name": "@bb-tech/ra-treemenu",
"spec": "",
"from": {
"location": "C:\Users\user\Desktop\admin-panel"
}
}
]
}
}
]
}
},
"strictPeerDeps": false,
"force": false
}
The text was updated successfully, but these errors were encountered: