Open demiters opened 7 years ago
@demiters I am having this very issue right now. Did you find out a solution?
Is there any solution for this? I have read many threads, tried many things, but nothing works.
The problem might be that your using a different node version on your host or target than is being used by meteor. I always make sure that node -v
and meteor node -v
are the same and that's eliminated all the gremlins that were plaguing building native modules (fibers, kafka, etc).
I have installed the latest node, npm and node-gyp and g++ globally on my CentOS 6.8 server.
After deployment pm2 app status on the server shows:
and the logs of the app show:
So then I go to
/srv/www/dealhunt.com/public_html/dealhunt-staging/bundle/programs/server/node_modules/fibers
and runnode-gyp configure
as recommended here: https://github.com/nodejs/node-gyp/issues/94Output of that:
Then I run the command that was suggested earlier:
/usr/bin/node /srv/www/dealhunt.com/public_html/dealhunt-staging/bundle/programs/server/node_modules/fibers/build
and get:Honestly I'm not sure I've taken the right approach here, I was used to the way mup made deployment effortless. Any help would be appreciated.