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

Can't install using npm #2

Open
fzkhan19 opened this issue Jun 9, 2023 · 2 comments
Open

Can't install using npm #2

fzkhan19 opened this issue Jun 9, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@fzkhan19
Copy link

fzkhan19 commented Jun 9, 2023

@toyamarodrigo
PS D:\Faiz\here-maps-test> npm install @toyamarodrigo/react-here-maps
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @toyamarodrigo/[email protected]
npm WARN Found: @here/maps-api-for-javascript@undefined
npm WARN node_modules/@here/maps-api-for-javascript
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer @here/maps-api-for-javascript@"^1.41.1" from @toyamarodrigo/[email protected]
npm WARN node_modules/@toyamarodrigo/react-here-maps
npm WARN @toyamarodrigo/react-here-maps@"*" from the root project
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@here%2fmaps-api-for-javascript - Not found
npm ERR! 404
npm ERR! 404 '@here/maps-api-for-javascript@^1.41.1' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\faizk\AppData\Local\npm-cache_logs\2023-06-09T09_33_16_406Z-debug-0.log

@toyamarodrigo
Copy link
Owner

toyamarodrigo commented Jun 9, 2023

Hi @fzkhan19 :)
Try installing this dep

npm install --save-dev @here/maps-api-for-javascript --registry=https://repo.platform.here.com/artifactory/api/npm/maps-api-for-javascript/

before installing @toyamarodrigo/react-here-maps

@toyamarodrigo toyamarodrigo added the bug Something isn't working label Aug 28, 2023
@PradSoftude
Copy link

npm ERR! code E404
npm ERR! 404 Not Found - GET https://repo.platform.here.com/artifactory/api/npm/maps-api-for-javascript/type-fest
npm ERR! 404
npm ERR! 404 'type-fest@^0.13.1' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants