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 not install navmesh using npm #19

Closed
kumadam opened this issue May 8, 2020 · 4 comments
Closed

Can not install navmesh using npm #19

kumadam opened this issue May 8, 2020 · 4 comments

Comments

@kumadam
Copy link

kumadam commented May 8, 2020

Hi,

Here is the log...

C:\Users\serku\Documents\012>npm install --save navmesh
npm ERR! code ENOENT
npm ERR! syscall spawn git
npm ERR! path git
npm ERR! errno ENOENT
npm ERR! enoent Error while executing:
npm ERR! enoent undefined ls-remote -h -t ssh://git@github.com/mikewesthad/javascript-astar.git
npm ERR! enoent
npm ERR! enoent
npm ERR! enoent spawn git ENOENT
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\serku\AppData\Roaming\npm-cache_logs\2020-05-08T08_56_36_346Z-debug.log

@mikewesthad
Copy link
Owner

What version of npm are you using? This works fine in my testing under 6.14.4.

@kumadam
Copy link
Author

kumadam commented May 8, 2020

It was 6.13.4(win), I've upgraded it to 6.14.5, result is the same but I think that it is about windows-nmp thing.
By the way 6.14.4(mac) is working. Thanks.

@kumadam kumadam closed this as completed May 8, 2020
@mikewesthad
Copy link
Owner

If I had to guess, it looks like that error message from the first post is saying that you don't have git installed on your machine (or it is not available in the terminal window you are using).

Glad to hear you got it working.

@kumadam
Copy link
Author

kumadam commented May 10, 2020

You're absolutely right, after I fixed the path problem, it worked. Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants