0
I am doing maintenance and improvements on a site using Codeigniter v2.x and one of my client’s requirements, was to log in using Facebook.
The problem is I need to install the Composer
and I’m not getting it. Last year I made an application with Pusher (Chat) and installed quietly, after that I formatted my Mac and this is the first time needing to deal with the Composer
since then.
Back to the problem. has there the file composer.json
And of course, it requires the composer.phar
and so far everything ok, but when I click to install/update, it returns the following error
— COMPOSER —
executing: ./composer.phar install -n -v
Error: [Errno 13] Permission denied
I don’t know if the problem is being my operating system which is the MacOS El Capitain
, Sublime Text version, Codeigniter version or something I’m doing very wrong. Someone has a solution or suggestion?