We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Viewers/platform/cli/templates/extension/dependencies.json
Line 21 in bd7f959
Version should be at least 3.6.0
yarn run cli create-extension
cd /path/to/created_extension
npm i
npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: @ohif/i18n@undefined npm ERR! node_modules/@ohif/i18n npm ERR! peer @ohif/i18n@"^1.0.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer @ohif/i18n@"3.6.0" from @ohif/[email protected] npm ERR! node_modules/@ohif/extension-default npm ERR! peer @ohif/extension-default@"^3.0.0" from the root project
npm i should work out-of-the-box
Arch Linux
v20.6.1
N/A
The text was updated successfully, but these errors were encountered:
This seems to be done #3689
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the Bug
Viewers/platform/cli/templates/extension/dependencies.json
Line 21 in bd7f959
Version should be at least 3.6.0
Steps to Reproduce
yarn run cli create-extension
cd /path/to/created_extension
npm i
The current behavior
The expected behavior
npm i
should work out-of-the-boxOS
Arch Linux
Node version
v20.6.1
Browser
N/A
The text was updated successfully, but these errors were encountered: