rosen-group / ngx-onboarding

Onboarding module for Angular applications
Other
52 stars 13 forks source link

ERROR in The target entry-point "@rosen-group/ngx-onboarding" has missing dependencies: - lodash-es #83

Closed itsmedeepakupadhya closed 3 years ago

itsmedeepakupadhya commented 3 years ago

in Angular 9 : ERROR in The target entry-point "@rosen-group/ngx-onboarding" has missing dependencies:

i am using "@rosen-group/ngx-onboarding": "^1.7.0", in package.json and using import statements like this import {OnboardingItem, OnboardingService} from '@rosen-group/ngx-onboarding';

so what i am missing ?

SDohle commented 3 years ago

Hi,

the module has lodash-es as a peer dependency. Please just install the package and add it tou your package.json for your application:

npm i --save lodash-es

Is your problem solved by this?

Best regards Steffen

84

SDohle commented 3 years ago

The readme is updated. Please contact me if you have any further questions. Best regards

itsmedeepakupadhya commented 3 years ago

Yes. Thanks

On Wed, 21 Jul, 2021, 11:21 pm Steffen, @.***> wrote:

Hi,

the module has lodash-es as a peer dependency. Please just install the package and add it tou your package.json for your application:

npm i --save "lodash-es

Is your problem solved by this?

Best regards Steffen

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rosen-group/ngx-onboarding/issues/83#issuecomment-884375852, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALGYLAQ3QV4GRCGY7BI2HUDTY4CIZANCNFSM5AYNFY3A .