Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Error installing 3.0.0-preview on iojs #748

Closed
micahlmartin opened this issue Mar 11, 2015 · 5 comments
Closed

Error installing 3.0.0-preview on iojs #748

micahlmartin opened this issue Mar 11, 2015 · 5 comments

Comments

@micahlmartin
Copy link

I'm trying to upgrade to iojs 1.5.1 from 1.2.0 and I'm having trouble intalling. I tried using the 2.0.1 package but that has issues with the binary download path which is solved in #695. So was hoping to use the latest preview as a way to fix the issue but now I'm getting this:

> node-sass@3.0.0-preview install /Users/micah/trackr/app/node_modules/node-sass
> node scripts/install.js


> node-sass@3.0.0-preview postinstall /Users/micah/trackr/app/node_modules/node-sass
> node scripts/build.js

Building: /Users/micah/.nvm/versions/io.js/v1.5.1/bin/iojs node_modules/pangyp/bin/node-gyp rebuild
  CXX(target) Release/obj.target/binding/src/binding.o
In file included from ../src/binding.cpp:3:
../src/sass_context_wrapper.h:4:10: fatal error: 'libsass/sass_context.h' file not found
#include "libsass/sass_context.h"
@am11
Copy link
Contributor

am11 commented Mar 11, 2015

Umm I haven't even published it to npm yet. :)

I will upload the Linux and Windows binaries and then publish later today.

Meanwhile you can clone the repo and build.

cd somewhere-wild
git clone https://github.com/sass/node-sass --recursive
cd node-sass
git submodule update --recursive --init 
npm install
node scritps/build -f

You need to have Python 2.7.x and GCC 4.7+ installed.

Or you can wait till we arrange all the prebuilt binaries and publish.

@am11
Copy link
Contributor

am11 commented Mar 11, 2015

Mac and Windows binaries are published: https://github.com/sass/node-sass/releases/tag/v3.0.0-pre.
Linux binaries will arrive later today.

Note that we have unpublished -preview release in favour of -pre (and there was a bug in install script).

@am11
Copy link
Contributor

am11 commented Mar 11, 2015

Linux binaries are uploaded.

@am11 am11 closed this as completed Mar 11, 2015
@micahlmartin
Copy link
Author

@am11 Thanks for doing this so quickly. I installed 3.0.0-pre and it's working great! 👍

@am11
Copy link
Contributor

am11 commented Mar 12, 2015

@micahlmartin, i have just added the release notes. https://github.com/sass/node-sass/releases/tag/v3.0.0-pre. 🎶

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

No branches or pull requests

2 participants