-
Notifications
You must be signed in to change notification settings - Fork 867
Trouble with the installation process #547
Comments
I just realized that the above results are based on the That being said, I've exhausted every possible option that I found and could think of:
The versions that I'm currently using are: And the installation keeps failing. This is the result from my npm log file following my latest installation attempt:
Is there anyone out there that could shed some light on where I'm going wrong and how to fix these issues? |
Do you have XCode? |
I'm pretty sure I do. See the following commands/responses:
I don't know if this will matter at all, but the machine that I'm trying to run the install on is using Mac OSX 10.6.8 |
If you have Xcode you should install command line developer tools if you haven't already. $ gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix I am not sure if it is related but sometimes you also need to accept the license agreement for Xcode, try opening it once to accept it. |
also you can try |
I'm downloading the latest (free) version of Xcode right now from Apple, and I'll give that installer a shot when I'm done. BTW, thanks a million for your help @hocu . I really appreciate it :-) |
I just finished installing the Xcode package. This is the version that it said I was running now:
After the install, I re-tried the npm install, and got the same results. I'm not the first developer to be using this workstation (unfortunately), so I have NOOO idea what has been installed and how it's all configured. I guess I'll have to get the office IT contractor to have a peek and see if he can have a go at it. Thanks for your help. |
Hi @rdrewniak : Make sure you have the command line tools installed: http://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/ Can you check what versions of node an npm you're on? Type (Love your github avatar image btw!) |
@rdrewniak, you're welcome and good luck, let us know the results :) |
It appears to be an issue exclusively with my workstation (most likely the insanely outdated-ness of the computer). It's working just fine on my personal laptop. |
I'm having some issues with the whole initial development environment setup. I'm sure that it's most likely an issue with one of the other many steps required in the install process, but I haven't been able to figure out where the problem lies (nor how to fix it), so here I am...
I've got a local development site created, with this git repository cloned to it. I followed the steps (at least as far as I can tell) perfectly, but I repeatedly get the same errors when running the
npm install
command:I've confirmed that I've got Sass installed. When I check the version with the command:
sass -version
it tells me that I'm running Sass 3.4.19 (Selective Steve). I'm not quite sure about the whole process for submitting an issue, here (I'm REALLY green when it comes to Github). Should I upload the npm-debug.log file that the attempted install, generated?
The text was updated successfully, but these errors were encountered: