[SOLVED] Adding epel repo to Centos 6.6
$> su - $> yum update # optional but recommanded $> rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org $> rpm -Uvh https://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-6.noarch.rpm
Just another Yipp.ca Blogs site
$> su - $> yum update # optional but recommanded $> rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org $> rpm -Uvh https://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-6.noarch.rpm
Error: com.sencha.exceptions.ExProcess: Failed creating background process Question: Do you have ruby installed ? C:\dev\sencha-root\myApp>ruby 'ruby' is not recognized as an internal or external command, operable program or batch file. Solution: Download and install ruby....
C:\dev\sencha-root>phonegap -v 3.3.0-0.19.6 $> npm update -g phonegap
1. Install .NET 4.5 framework 2. Add this to path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319 (or wherever your 4.5 framework is)
C:\dev\cw2\node_modules\gulp-less\node_modules\accord\node_modules\when\lib\decorators\unhandledRejection.js:80 throw e; ^ Error: variable @btn-border-radius-base is undefined in file C:\dev\cw2\bower_components\bootstrap\less\buttons.less line no. 20 Solution: I don't know what is the proper fix, and in the meantime I'm doing this patch : In...
events.js:85 throw er; // Unhandled 'error' event ^ Error at new Parser (C:\dev\cw2\node_modules\gulp-less\node_modules\less\lib\less\parser.js:333:27) at Object.less.render (C:\dev\cw2\node_modules\gulp-less\node_modules\less\lib\less\index.js:18:22) at Transform._transform (C:\dev\cw2\node_modules\gulp-less\index.js:38:10) at Transform._read (C:\dev\cw2\node_modules\gulp-less\node_modules\through2\node_modules\readable-stream\lib\_stream_transform.js:184:10) at Transform._write (C:\dev\cw2\node_modules\gulp-less\node_modules\through2\node_modules\readable-stream\lib\_stream_transform.js:172:12) at doWrite (C:\dev\cw2\node_modules\gulp-less\node_modules\through2\node_modules\readable-stream\lib\_stream_writable.js:237:10) at writeOrBuffer (C:\dev\cw2\node_modules\gulp-less\node_modules\through2\node_modules\readable-stream\lib\_stream_writable.js:227:5) at Transform.Writable.write (C:\dev\cw2\node_modules\gulp-less\node_modules\through2\node_modules\readable-stream\lib\_stream_writable.js:194:11)...
Application started: { port: '9100', env: undefined } events.js:85 throw er; // Unhandled 'error' event ^ Error: failed to connect to [localhost:27017] at null. (C:\dev\boar-stack-boilerplate3\node_modules\mongoose\node_modules\mongodb\lib\mongodb\connection\server.js:555:74) at emit (events.js:118:17) at null. (C:\dev\boar-stack-boilerplate3\node_modules\mongoose\node_modules\mongodb\lib\mongodb\connection\connection_pool.js:156:15) at emit (events.js:110:17)...
Good var myCollection = new Asset.Collection(null, options); Wrong var myCollection = new Asset.Collection(options); Wrong (this will initialize a collection of 1 model with default values) var myCollection = new Asset.Collection({}, options); Also when...
I've had on a few occasion the responsibility to handle timezone in softwares and web interfaces, including fixing complicated bugs related to timezones. The general direction is to detect the user's timezone via javascript...
int iret = strftime(szLargeBuffer, sizeof(szLargeBuffer), "%d %b %Y %H:%M:%S GMT", gmtime(&node->mtime)); iret == 0, it should have worked, but szLargeBuffer is not changed at all. What is going on?!? Passing a too large length...
Recent Comments