ccap icon indicating copy to clipboard operation
ccap copied to clipboard

node.js generate captcha using c++ library CImg without install any other lib or software

Results 22 ccap issues
Sort by recently updated
recently updated
newest added

make: *** [Release/obj.target/hcaptha/addon/hcaptha.o] Error 1 make: Leaving directory `/home/migouServer/node_modules/_@[email protected]@@migou/release-base-server/node_modules/[email protected]@ccap/build' gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/cnpm/node_modules/node-gyp/lib/build.js:258:23) gyp...

即,每次生成验证码,都会同时生成 20 个验证码图片,并写入磁盘。 不知作者是出于什么目的加了这个 私有变量,需要引起使用者注意,(目前是不可通过配置,修改的)

已全局安装最新node-gyp 编译好的包提示node版本错误也无法使用 ``` yarn install v0.24.6 [1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking dependencies... [4/4] Building fresh packages... [1/1] ⠂ ccap: CC(target) Release/obj.target/hcaptha/addon/jpeglib/jmemnobs.o [-/1] ⠂ waiting... [-/1] ⠂ waiting......

环境配置如下: Mac os Python 2.6.8 npm ERR! node v6.10.3 npm ERR! npm v3.10.10 npm WARN [email protected] requires a peer of webpack@>=0.9

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

My application suffers from a increasing cpu 100% time(as long as 10second after 6hours) each 61 seconds, after I tried out all the memory leak detect method, I finally use...

node版本是5.5.0 ,当前Python版本是2.7.9,npm install时报node-gyp rebuild这个错。 ![image](https://cloud.githubusercontent.com/assets/13508557/21520263/18cbabe6-cd2e-11e6-936e-a0aa81727542.png) 下载了作者提供的编译好的版本,启动node服务器时报错: ![image](https://cloud.githubusercontent.com/assets/13508557/21520351/c5735d94-cd2e-11e6-8595-82e372ea68a1.png) 请大神帮忙看看,谢谢!

965 error Linux 2.6.32-431.11.7.el6.ucloud.x86_64 1966 error argv "/home/www/.nvm/versions/node/v4.3.1/bin/node" "/home/www/.nvm/versions/node/v4.3.1/bin/npm" "i" 1967 error node v4.3.1 1968 error npm v2.14.12 1969 error code ELIFECYCLE 1970 error [email protected] install: `node-gyp rebuild` 1970 error...

`sudo npm install ccap` `npm WARN lifecycle [email protected]~preinstall: cannot run in wd %s %s (wd=%s) [email protected] node make.js /var/www/node_modules/.staging/ccap-bf369260 > [email protected] install /var/www/node_modules/ccap > node-gyp rebuild gyp WARN EACCES user...

你好,我在使用 ccap时,程序跑到一定时间时会自动删除图片,这个时候node进程cpu和内存占用都很高,最后导致了node进程memout重启。请问我怎么样可以避免这种情况,或者怎么清理图片的时间点修改?