Reputation: 97
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
Reputation: 97
I solved my problem by installing python with the following command:
$ sudo apt-get install python-pip
Upvotes: 3