Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

io.js compatibility #64

Closed
pstadler opened this issue Jan 19, 2015 · 3 comments
Closed

io.js compatibility #64

pstadler opened this issue Jan 19, 2015 · 3 comments

Comments

@pstadler
Copy link
Owner

Currently waiting for node-fibers to add support for io.js.

Related:

@pstadler pstadler added the iojs label Jan 19, 2015
@ChrisAlvares
Copy link

If anyone is looking for a hackish workaround, I was able to get this to run in iojs by running the following commands:
If you already haven't, then install n

sudo npm install n -g

then inside your project

sudo n latest
npm install flightplan
sudo n io latest
cd node_modules/flightplan/node_modules
rm -rf fibers
git clone -b stack-guard git@github.com:laverdet/node-fibers.git
mv node-fibers fibers
cd fibers
npm install

cd back into your project directory and fly deploy:production should work

@pstadler
Copy link
Owner Author

Thanks Chris.

@pstadler
Copy link
Owner Author

Verified with node 4.2.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants