Closed geoHeil closed 8 years ago
What operating system are you using? The problem seems to be with installing the node-expat
package. I can replace it with sax
which doesn't require compiling anything, but will be a bit slower. That shouldn't really be an issue, since it will only affect initial XSD processing, not actual XML parsing.
I guess you're on OS X... There's something strange with that environment. libtool
should be in /usr/bin/libtool
and not /Library/Frameworks/R.framework/Resources/bin/libtool
. Can you check your path and make sure /usr/bin is before that framework? Do you have Apple's XCode or its Command Line Tools installed?
If you've recently installed R, logging out and back in or rebooting might help. Otherwise it seems like the shell path needs fixing. You could try running:
sudo xcode-select --switch `xcode-select --print-path`
(I don't know if that makes any sense but it shouldn't hurt) or reinstalling XCode (which it sounds like might be broken at the moment). You could also ask on Ask Different why it's running libtool
from such a strange place.
I was using node 5. something switching back to node 4.curentLTS Version solves the issue
unfortunately I cannot install cxsd on node v5.10.1