Jimmy Gleason
Results
3
comments of
Jimmy Gleason
Try running this (from [here](https://github.com/jiangmiao/node-curl/issues/19)): ``` bash sudo apt-get install libcurl3-dev ```
Looks like maybe `g++` isn't installed? A quick Google found [this](http://ubuntuforums.org/showthread.php?t=1464768). Try: ``` sudo apt-get install build-essential g++ ```
I am encountering this when trying to start/stop a stack via the API.