-
Notifications
You must be signed in to change notification settings - Fork 79
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
Failed to build #4
Comments
|
I tried to reproduce the error you get on both windows and osx with gm v1.3.23 and node v5.10.1 installed, but couldn't find anything. You can give it a shot and try to edit the package.json file and replace the version of "gm" libraries with an asterisk and rerun the build command. e.g replace "gulp-gm": "0.0.7", Then run
again and maybe it fixes your issue. Other than that it might be an issue with the gm library itself. |
Not works for me, I got the same error information after replacing all the places with "gulp" |
npm-debug.log.txt |
your link cannot be found anymore 😆 |
I am also having issues with the
|
I'm getting the same error as smartwsw. Updating all references of "gulp*" in package.json and re running npm install and npm run build changed nothing. These are my exact steps from a fresh install of Ubuntu 15.10 on a cloud server.
|
If you trying to install it on Ubuntu, then check the following SOF question: First of all let me clarify the situation a bit. In summer 2012 Debian maintainers decided to rename Node.js executable to prevent some kind of namespace collision with another package. It was very hard decision for Debian Technical Committee, because it breaks backward compatibility. The following is a quote from Committee resolution draft, published in Debian mailing list: The nodejs package shall be changed to provide /usr/bin/nodejs, not /usr/bin/node. The package should declare a Breaks: relationship with any packages in Debian that reference /usr/bin/node. It can be installed using sudo apt-get install nodejs-legacy. I have not found any information about adopting the whole thing by NPM developers, but I think npm package will be fixed on some point and nodejs-legacy become really legacy. |
Can you try to install graphicsmagick v1.3.18 on ubuntu? I don't have access to my ubuntu server right now, but I know that I have v1.3.18 installed and I was able to run the whole install process last week without getting an error. |
+1 same error on CentOS 7
Here is the log |
Having the exact same issue on OSX 10.11.5. Will update if I figure anything out and would appreciate an update if anyone has made progress on this. Thanks! |
Okay I figured out the fix. (at least for me). It was that GraphicksMagick was lacking the dependencies for png and jpeg support. I went here: libpng to grab the png dependency and here jpegsrc for the jpeg dependency and installed both of these. The png one might actually be the only required one. After installing those I completely reconfigured and rebuilt GraphicksMagick. I ran "make distclean" followed by "./configure" and then "make" and "make install". At this point I was able to build gwent completely. Hopefully this works for you! |
Hi i have problem when i trying do npm run build
[10:26:56] Using gulpfile /var/www/not-gwent-online/gulpfile.js events.js:72 some on can help me ? |
exactly same issue found here on OS X |
neither update package.json, nor reinstall GraphicksMagick with libjpeg & libpng work. Any one have any progress? |
I had this issue too on OSX El Capitan (10.11.6), and underwoo16 answer actually worked. Now the problem I have is that I don't see the card images, but I'll post about that in a different thread 😄 |
I had the same 'Stream yelds empty buffer' issue. After reading the answer from underwoo16. I installed libpng and graphicsmagick, I'm on mac osx sierra (10.12.3). This solved the issue.
After this I could build without errors. Hope this helps. Tks. |
Worked for me. |
After many attempts, I finally made it: In package.json: "gulp-gm": "*"
"gulp-sass": "^3.0.0", npm update -g npm
sudo ln -s /usr/bin/nodejs /usr/bin/node
sudo apt install graphicsmagick zlib1g-dev optipng libpng3 libpng16-16
rm -rf node_modules
npm cache clear
npm install
npm run build Half of these commands are probably useless but it might help you find what's wrong. In the end it compiled successfully! 👍 |
This fails on my system
gulp --production
.Nodejs version v5.10.1
GraphicsMagick v1.3.23
err information:
The text was updated successfully, but these errors were encountered: