rharriso / bower-rails

Bundler-like DSL + rake tasks for Bower on Rails
MIT License
1.46k stars 128 forks source link

Compatibility with bower #123

Closed dsjellz closed 9 years ago

dsjellz commented 9 years ago

Using a brand new rails 4.1.7 installation, when trying to install bower components using: rake bower:install

I'm sure this is something I am doing as I'm not able to find anyone else with this problem.

/usr/local/bin/bower install -p fromArray is deprecated, use from instead. Error at Rx.helpers.deprecate (/usr/local/lib/node_modules/bower/node_modules/insight/node_modules/inquirer/node_modules/rx/dist/rx.all.js:91:79) at Function.Observable.fromArray (/usr/local/lib/node_modules/bower/node_modules/insight/node_modules/inquirer/node_modules/rx/dist/rx.all.js:2297:5) at PromptUI.run (/usr/local/lib/node_modules/bower/node_modules/insight/node_modules/inquirer/lib/ui/prompt.js:43:52) at Object.inquirer.prompt (/usr/local/lib/node_modules/bower/node_modules/insight/node_modules/inquirer/lib/inquirer.js:40:10) at Insight.askPermission (/usr/local/lib/node_modules/bower/node_modules/insight/lib/index.js:98:11) at Object.setup (/usr/local/lib/node_modules/bower/lib/util/analytics.js:50:25) at Object. (/usr/local/lib/node_modules/bower/bin/bower:72:11) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32)

/usr/local/lib/node_modules/bower/node_modules/insight/node_modules/inquirer/node_modules/rx/dist/rx.all.js:1096 throw e;

My bower.json should be pretty standard: { "lib": { "name": "bower-rails generated lib assets", "dependencies": { "angular": "latest" } }, "vendor": { "name": "bower-rails generated vendor assets", "dependencies": { } } }

dsjellz commented 9 years ago

This is an issue with bower, not this gem. Closing.