You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be some kind of problem when I'm trying to install this package using NPM. I found the problem. This method is missing a return keyword.
This caused that options like sources or destinations were not added to the URL so they did not work. I looked at file on the github and the return is there. First I tought that I deleted it by a mistake and I didn't notice it but after I tried to install my project onto another machine the return was missing again. I don't mind the problem, I fixed it in my sources but if anybody else has problem with options not working have a look in the file src/osrm.js.
The text was updated successfully, but these errors were encountered:
There seems to be some kind of problem when I'm trying to install this package using NPM. I found the problem. This method is missing a return keyword.
This caused that options like
sources
ordestinations
were not added to the URL so they did not work. I looked at file on the github and the return is there. First I tought that I deleted it by a mistake and I didn't notice it but after I tried to install my project onto another machine the return was missing again. I don't mind the problem, I fixed it in my sources but if anybody else has problem with options not working have a look in the file src/osrm.js.The text was updated successfully, but these errors were encountered: