Hi Adapt Community
I just attempted to set up the Adapt Framework on a new machine, and ran into troubles whilst following the "setup your Development Environment". The following error occurs when I enter sudo npm install adapt-cli -g. Any ideas what could cause this? Any advice would be highly appreciated.
npm WARN `git config --get remote.origin.url` returned wrong result (git://github.com/adaptlearning/download.git)
npm ERR! git clone git://github.com/adaptlearning/download.git dyld: lazy symbol binding failed: Symbol not found: ___strlcpy_chk
npm ERR! git clone git://github.com/adaptlearning/download.git Referenced from: /usr/local/git/bin/git
npm ERR! git clone git://github.com/adaptlearning/download.git Expected in: /usr/lib/libSystem.B.dylib
npm ERR! git clone git://github.com/adaptlearning/download.git
npm ERR! git clone git://github.com/adaptlearning/download.git dyld: Symbol not found: ___strlcpy_chk
npm ERR! git clone git://github.com/adaptlearning/download.git Referenced from: /usr/local/git/bin/git
npm ERR! git clone git://github.com/adaptlearning/download.git Expected in: /usr/lib/libSystem.B.dylib
npm ERR! Darwin 12.5.0
npm ERR! argv "node" "/usr/local/bin/npm" "install" "adapt-cli" "-g"
npm ERR! node v0.10.35
npm ERR! npm v2.1.16
npm ERR! Command failed: dyld: lazy symbol binding failed: Symbol not found: ___strlcpy_chk
npm ERR! Referenced from: /usr/local/git/bin/git
npm ERR! Expected in: /usr/lib/libSystem.B.dylib
npm ERR!
npm ERR! dyld: Symbol not found: ___strlcpy_chk
npm ERR! Referenced from: /usr/local/git/bin/git
npm ERR! Expected in: /usr/lib/libSystem.B.dylib
npm ERR!
npm ERR!
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <http://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! /Users/mac/Documents/npm-debug.log