Skip to content
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

Angular 10, "agm-direction" has missing dependencies: - googlemaps #98

Closed
hugoebarboza opened this issue Jul 11, 2020 · 10 comments
Closed
Labels
bug Indicates an unexpected problem or unintended behavior

Comments

@hugoebarboza
Copy link

Hi,

After update agm-direction@0.8.1, I get the bellow issue:

ERROR in The target entry-point "agm-direction" has missing dependencies: - googlemaps

Good day ahead,
Hugo

@explooosion explooosion added the bug Indicates an unexpected problem or unintended behavior label Jul 12, 2020
@Ghayyas
Copy link

Ghayyas commented Jul 13, 2020

Same issue with me

@explooosion
Copy link
Owner

explooosion commented Jul 14, 2020

0.8.1 has been deprecated with critical bug message.
The latest tag will revert to 0.8.0

Thank you.

@explooosion explooosion added this to the @types/googlemaps milestone Jul 14, 2020
@explooosion explooosion mentioned this issue Jul 17, 2020
Merged
@explooosion
Copy link
Owner

Hi there.
Please install agm-direction@beta

@hugoebarboza
Copy link
Author

Hi @explooosion,

I have "agm-direction": "^0.8.0", I think it´s a stable version.

Why should I upgrade to agm-direction@beta ?

Good day ahead,
Hugo

@explooosion
Copy link
Owner

You can use 0.8.0 as usual. 🙂

@aakashguptaa
Copy link

Degrade the version of @agm/core that may solve the issue

@ZenouskaMurphy
Copy link

Hi There,
I am getting this error also.
I have these in my dependencies.
"@agm/core": "^3.0.0-beta.0",
"agm-direction": "^0.8.0"

I have this in my devDependencies.
"@types/googlemaps": "^3.39.13"

@explooosion
Copy link
Owner

explooosion commented Aug 22, 2020

Hi @ZenouskaMurphy

Please install latest agm-direction.
The latest version is 0.8.6.


I also have use latest @angular/cli to create project. It's work for me.

npm install -g @angular/cli
ng new agm-test --skip-install
yarn
yarn add @agm/core agm-direction
yarn start
  • "@agm/core": "^3.0.0-beta.0",
  • "agm-direction": "^0.8.6",

@ZenouskaMurphy
Copy link

ZenouskaMurphy commented Aug 22, 2020

@explooosion
Thanks for the speedy reply! This worked.
Using 'npm install --save agm-direction' downloaded 0.8.0 instead of 0.8.6.
Using 'npm install @agm/core agm-direction' downloaded the correct latest version of 0.8.6.

@explooosion
Copy link
Owner

I have changed the default version.
From 0.8.0 to 0.8.6

So you can use the command:
npm install --save agm-direction
or
npm install --save agm-direction@latest

Both will get the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

5 participants