Unable to update Bower - to use Polymer - bower

I'm unable to update Bower. I've tried following the instructions on this post but to no avail. I managed to update node without issue.
Thanks in advance.
System info:
Bower version: 1.2.7
Node version: 0.10.29
OS: Darwin 13.2.0 x64

Please perform a full manual uninstall as described here. Pay attention to follow each step carefully. This is a bullet-proof solution to your problem.

Related

Upgrade Imagick from 3.5.1 to 3.6.0 on Centos7

i'm trying to update imagick module version from version 3.5.1 https://ibb.co/3hJXmtW to latest 3.6
For doing this i start reading documentation "Install Howto" here https://centos.pkgs.org/7/remi-x86_64/php-pecl-imagick-im6-3.6.0-1.el7.remi.5.4.x86_64.rpm.html
Here the result of first step: https://ibb.co/TcwjYR3
This is the result of second step: https://ibb.co/xFN1wN3
I'm following the correct documentation?
Thanks
For a proper configuration of the repository, simply follow the Wizard instructions.
In your 1st step, you download the repository home page, which does not make sense.
Notice: you have the choice between
php-pecl-imagick-im6 which use ImageMagick version 6
php-pecl-imagick-im7 which use ImageMagick version 7
Provided APIs are slightly different
some methods are deprecated with IM6 and removed with IM7
additional methods available with IM7
P.S. yum install php-imagick (as explained by the wizard for all extensions) will work and install the better candidate.

Brew install qt does not work on macOS Sierra

I upgraded my mac to Sierra and I can't install qt. I wrote "brew install qt" and I received the message below. Do you have any recommendations?
"This formula either does not compile or function as expected on macOS
versions newer than El Capitan due to an upstream incompatibility.
Error: An unsatisfied requirement failed this build."
if you really need qt4, you can try
brew install cartr/qt4/qt
I was able to sucessfully work around this on a fresh install of Sierra this evening.
It looks like qt.rb will execute just fine on MacOS Sierra, you just need to remove the Maximum OS requirement entry to allow it to run.
This is what was required on my machine.
/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/qt.rb
Comment out line 36 as follows
#depends_on MaximumMacOSRequirement => :el_capitan
I am curious if this works for others.
Thanks
Searching with
brew search qt
you can see there is a QT5
brew install qt5
According to https://github.com/Homebrew/homebrew-core/issues/1957#issuecomment-225806023 there will be no support for qt(4)
Qt4 is not supported anymore; users should upgrade to Qt5. Homebrew backported a fix for 10.11 but doesn’t intend to maintain this forever. There’s currently a pull-request that may fix that. You’ll have to wait for it to be merged if you want to install Qt4 with Homebrew.
install qt4
Please note: Qt4 is unsupported by its creators, so there are likely security/usability problems with it that will never be resolved. If you can, please consider migrating your projects to Qt5.
resource : https://github.com/cartr/homebrew-qt4
brew tap cartr/qt4
brew tap-pin cartr/qt4
brew install qt

How to enable ZTS and install pthreads with php5.4 in centos 7?

I am using Centos7 with php version 5.4.45 but I m unable to configure pthread.
Please help me out with some steps to install, configure and compile
the pthread library.
Thanks in advance.
Follow the steps method mentioned on this https://blog.flowl.info/2015/compile-php-5-6-pthreads-mongo-ubuntu/
here they have used php-5.6.12 version. Change to your requirement

ASP.NET 5 and Yeoman genetaror issue

First of all I looked into [this][1] post for possible workaround but unfortunately there is none.
My issue is somewhat closer but steps I went through are different so I decided to put up my question in a new thread.
My requirements were:
Installing ASP.NET 5 but I did not want to install full VS 2015 rather I went for DNVM (Dot Net Version Manager) and DNX (NET Execution Environment). This post says we can install from Command Line tool so I used this.
Installing Code for Visual Studio which I did
Installing a aspnet-generator using yo which I did using the following command: npm install -g yo generator-aspnet but ended up with some error messages. Please see screenshot below:
Even I got above errors I went on and ran yo aspnet which was supposed to give me choice of what type of application I want to create etc. But here I ended up with errors again. Please see screenshot below:
I googled a lot but nothing looked suitable or closer to my issue. I don't want to play with Windows Registry.
I am completely screwed up with this problem :( Somebody please show me the right path and help me out of this stand-still situation.
Thank you
This is unfortunately a bug with npm. Here is the usual troubleshoot:
Make sure you're on the latest npm version
Delete the node_modules folders and retry installation
If this doesn't fix it, then you should open an issue on the npm bug tracker.

Installing the OpenCV prebuilt library on Ubuntu server 11.10

I am new to the Linux scene and I am trying to get OpenCV installed and running on our server as I need it to build and run a few applications on the system. I have followed the Ubuntu package Install directions, but I seem to have an issue when I get to the install command. I get the terminal saying that it is reading the package list and after a few seconds I get a message saying that opencv cannot be found.
Has anyone had any experiences installing this library and can anyone possibly help guide me on how to use this whole setup? If it's any help I get a 404 error when I try to access the PPA in the update. Did I add the repository incorrectly?
Any advice is greatly appreciated.
OpenCV 2.1 is quite old. Try setting up his new PPA for OpenCV 2.3.1. It has a Natty target.
Hope that's helpful!

Resources