-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Missing dependencies #11
Comments
Thanks, this works. This is a temporary fix. I hope there is a final resolution on this. |
We have now raised an issue for this on our internal Jira: https://bugster.forgerock.org/jira/browse/IAM-2347 |
I am trying to run platform-enduser. I have done
yarn install
at the root of the repo. When I doyarn dev
I get a load of missing dependencies:(Note: the
[..]
I have put above are just my local paths which I have redacted.)I can eliminate most of these simply by installing them:
Presumably someone with write-access here needs to do the same in this repo to update the package.json?
That leaves @forgerock/platform-admin/src/assets/images/flags.
If I try
npm install --save @forgerock/platform-admin
I get:The only (temporary) fix I have found is to remove the reference from packages/platform-shared/src/components/DropdownMenu/index.vue
The text was updated successfully, but these errors were encountered: