You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Currently waiting for node-fibers to add support for io.js.
Related:
The text was updated successfully, but these errors were encountered: