-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
[nominatim-js] Missing dependency cross-fetch #185
Comments
This is your first issue on our repo :) Thank you! |
Is this issue going to be fixed? |
Hello @Delivator @ms-clovis, could you please try as suggested in the error log reported?
|
Sorry to be pushy, but I thought you were going to get to the issues and commit to the NPM repo.. Are you going to be able to do that? |
Hello,
I tried reproducing your error to no avail. I created the following
repository to test your scenario and it just works for me. Are you sure you
installed `cross-fetch`?
Test repo:
https://github.com/owsas/test-nominatim
Results running `node index.js`:
![Screenshot 2024-05-23 at 09 54 31](https://github.com/owsas/opensource/assets/7200821/aa963903-ddb3-490b-9ba8-e210b2f696ff)
Could you please try that repository out? Are you using any special
technology stack not allowing you to do this?
|
Your test repository works fine.... Using NPM list in my Vue project the versions of Nominatim-js and cross-fetch are the same. I am unsure where to go now. |
After installing with
npm install --save @owsas/nominatim-js
and importing withconst { NominatimJS } = require('@owsas/nominatim-js');
it throws an error on build:The text was updated successfully, but these errors were encountered: