private-bower version: 1.1.8
The GET call to https://bower.herokuapp.com/packages returns an empty string when node-rest-client@^1.0.0 (which resolves to 1.8.0) is used, causing processData to fail.
To fix the problem is sufficient to bump the node-rest-client version to ^2.0.0.
private-bower version: 1.1.8
The GET call to
https://bower.herokuapp.com/packagesreturns an empty string whennode-rest-client@^1.0.0(which resolves to1.8.0) is used, causingprocessDatato fail.To fix the problem is sufficient to bump the
node-rest-clientversion to^2.0.0.