JonAbrams / synth

The first back-end framework specially designed for single-page web applications
http://www.synthjs.com
MIT License
969 stars 70 forks source link

synth install -f throws error #49

Closed DavidRagone closed 10 years ago

DavidRagone commented 10 years ago
$» synth install -f                                                                                                                                                                                                    

/usr/local/lib/node_modules/synth/node_modules/bower/node_modules/q/q.js:126
                    throw e;
                          ^
angular: Unable to find suitable version for angular
    at createError (/usr/local/lib/node_modules/synth/node_modules/bower/lib/util/createError.js:4:15)
    at Manager._electSuitable (/usr/local/lib/node_modules/synth/node_modules/bower/lib/core/Manager.js:716:15)
    at /usr/local/lib/node_modules/synth/node_modules/bower/lib/core/Manager.js:514:25
    at _fulfilled (/usr/local/lib/node_modules/synth/node_modules/bower/node_modules/q/q.js:798:54)
    at self.promiseDispatch.done (/usr/local/lib/node_modules/synth/node_modules/bower/node_modules/q/q.js:827:30)
    at Promise.promise.promiseDispatch (/usr/local/lib/node_modules/synth/node_modules/bower/node_modules/q/q.js:760:13)
    at /usr/local/lib/node_modules/synth/node_modules/bower/node_modules/q/q.js:526:49
    at flush (/usr/local/lib/node_modules/synth/node_modules/bower/node_modules/q/q.js:108:17)
    at process._tickCallback (node.js:415:13)

lThis is my bower.json file:

{
  "name": "test-app",
  "private": true,
  "dependencies": {
    "angular": "~1.2.19",
    "angular-route": "~1.2.14"
  }
}
JonAbrams commented 10 years ago

I was unfortunately unable to replicate the error, but I did update the default bower.json to allow for more versions, hopefully that prevents this from happening.