sl0anage
sl0anage

Reputation: 97

Error installing the composer-cli on ubuntu 14.04.5

I received the following error when attempting to install the composer-cli on a fresh install of Ubuntu 14.04.4

Failed at the [email protected] install script 'node-gyp configure build'

current versions:

if it matters:

Upvotes: 1

Views: 397

Answers (1)

sl0anage
sl0anage

Reputation: 97

I solved my problem by installing python with the following command:

$ sudo apt-get install python-pip

Upvotes: 3

Related Questions