-
Notifications
You must be signed in to change notification settings - Fork 224
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
fibers@2.0.0 install: node build.js || nodejs build.js
npm ERR! Exit status 134 npm ERR! npm ERR! Failed at the fibers@2.0.0 install script 'node build.js || nodejs build.js'.
#358
Comments
I just noticed similar errors in my jenkins build. After running npm install, it errors out Here's a bit of the error log
What's odd to me is it doesn't look like there have been in new releases of this project. Edit: npm install on my machine, Mac OSX 10.11.6, works fine. I'm running into the error on our jenkins build which is a linux OS. |
What happens if you install another binary npm package, such as npm install bcrypt --build-from-source If that fails too, you may need to run through the setup instructions for |
I'm unable to reproduce the error at this time. ¯_(ツ)_/¯ |
|
@bjankord I think I'm currently experiencing this issue - like you it's failing in my jenkins build and like you I am also using Looking at my logs it looks like it pickup up an incorrect version of
I am using node 6 (through nvm), so I assume it should be picking it node-gyp from there. |
@cuongluu8 Ah thats interesting about using node 6. Our jenkins executors did not have the same version of node consistently among them. Most where on node 8 and one was on node 6. Our build would run on whichever executor was available and we were not controlling the node version via nvm like we should have. I believe we hit this issue likely when the build was running on a jenkins executor with node 6 and "resolved" itself when the build ran on another executor that had node 8. |
I was able to solve this problem tonight by upgrading to the latest stable version of node. |
this ended up being caused by a separate problem. Basically because our production environment was still running Node 0.12, our pipeline does a |
Had a heck of a time with fibers on CentOS 6.10 in a newly updated deployed meteor application. Here's how I fixed it: https://reiske.tech/2018/08/02/meteor-1-7-0-3-fibers-fix-to-run-on-centos-6-10/ |
I have the latest node.js installed, but whenever I do "npm install sync", which has a dependency on this, it returns this error. Here is debug.log -
npm-debug.log
The text was updated successfully, but these errors were encountered: