-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
npm / npx version: 10.1.0
Node version: v20.9.0
Calling npx create-firecms-app fails with the following error:
npm ERR! code ERESOLVE\n' +
'npm ERR! ERESOLVE unable to resolve dependency tree\n' +
'npm ERR! \n' +
'npm ERR! While resolving: [email protected]\n' +
'npm ERR! Found: [email protected]\n' +
'npm ERR! node_modules/firebase\n' +
'npm ERR! firebase@"^9" from the root project\n' +
'npm ERR! \n' +
'npm ERR! Could not resolve dependency:\n' +
'npm ERR! peer firebase@"^10.4.0" from [email protected]\n' +
'npm ERR! node_modules/firecms\n' +
'npm ERR! firecms@"^2.0.0" from the root project\n' +
'npm ERR! \n' +
'npm ERR! Fix the upstream dependency conflict, or retry\n' +
'npm ERR! this command with --force or --legacy-peer-deps\n' +
'npm ERR! to accept an incorrect (and potentially broken) dependency resolution.\n' +
'npm ERR! \n' +
'npm ERR! \n' +
'npm ERR! For a full report see:\n' +
'npm ERR! /Users/x/.npm/_logs/2023-11-19T19_12_38_092Z-eresolve-report.txt\n' +
'\n' +
'npm ERR! A complete log of this run can be found in: /Users/x/.npm/_logs/2023-11-19T19_12_38_092Z-debug-0.log\n
Running npx --legacy-peer-deps create-firecms-app works for me.
Seems like the major version of firebase in firecms-starter has to be raised.
Metadata
Metadata
Assignees
Labels
No labels