Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

npm install plist returns error #3346

Closed
Dinkh opened this issue Apr 15, 2013 · 2 comments
Closed

npm install plist returns error #3346

Dinkh opened this issue Apr 15, 2013 · 2 comments

Comments

@Dinkh
Copy link

Dinkh commented Apr 15, 2013

Here is the error code

npm install plist
npm WARN git config --get remote.origin.url returned wrong result (https://github.com/joshfire/node-plist.git) undefined
npm WARN git config --get remote.origin.url returned wrong result (https://github.com/joshfire/node-plist.git) undefined
npm ERR! git clone https://github.com/joshfire/node-plist.git undefined
npm ERR! git clone https://github.com/joshfire/node-plist.git undefined
npm ERR! Error: spawn ENOENT
npm ERR! at errnoException (child_process.js:975:11)
npm ERR! at Process.ChildProcess._handle.onexit (child_process.js:766:34)
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! npm-@googlegroups.com

npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\Dev\nodejs\node.exe" "C:\Dev\nodejs\node_modules\npm\bin\npm-cli.js" "install" "plist"
npm ERR! cwd c:\Users\Name\AppData\Roaming\npm-cache
npm ERR! node -v v0.10.4
npm ERR! npm -v 1.2.18
npm ERR! syscall spawn
npm ERR! code ENOENT
npm ERR! errno ENOENT
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! c:\Users\Name\AppData\Roaming\npm-cache\npm-debug.log
npm ERR! not ok code 0ne comment start position definition be more accurate.

any idea

@luk-
Copy link
Contributor

luk- commented Apr 15, 2013

Looks like you do not have git installed correctly.

@domenic
Copy link
Contributor

domenic commented Apr 16, 2013

Indeed, you need to install Git and choose one of the options that let you use Git from the Windows command prompt.

We're sorry for the crappy error message; that's tracked as #3297.

@domenic domenic closed this as completed Apr 16, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants