tricknotes / ember-cli-rails

Unify your EmberCLI and Rails Workflows
http://thoughtbot.github.io/ember-cli-rails/
MIT License
713 stars 205 forks source link

Attempting to update to version 0.7.4 - no valid install target #474

Closed jaredgalanis closed 8 years ago

jaredgalanis commented 8 years ago

When I try to run: npm install ember-cli-rails-addon@0.7.4 or try to update the package.json file version for ember-cli-rails-addon to 0.7.4 I receive the following error:

npm ERR! Darwin 15.4.0
npm ERR! argv "/usr/local/Cellar/node/5.3.0/bin/node" "/usr/local/bin/npm" "install" "ember-cli-rails-addon@0.7.4"
npm ERR! node v5.3.0
npm ERR! npm  v3.3.12

npm ERR! No compatible version found: ember-cli-rails-addon@0.7.4
npm ERR! Valid install targets:
npm ERR! 0.7.1, 0.7.0, 0.6.0, 0.5.2, 0.5.1, 0.5.0, 0.0.13, 0.0.12, 0.0.11, 0.0.10, 0.0.9, 0.0.8, 0.0.7, 0.0.6, 0.0.5, 0.0.4, 0.0.3, 0.0.2, 0.0.1, 0.0.0

Is this something that is expected?

I should note that I'm attempting to update the addon to try to fix the issue described in #472.

Which operating system and version is the project developed on?

OS X 10.11.4 (15E65)

Which version of ruby is the project developed on?

2.3.0

Which version of npm is the project developed on?

3.3.12

Which version of ember-cli is the project developed on?

"ember-cli": "2.6.2"

What is the rails version?

Rails 5.0.0.beta4

What is the ember-cli-rails version (from Gemfile)?

ember-cli-rails (0.7.4)

What is the ember-cli-rails-addon version (from package.json)?

"ember-cli-rails-addon": "0.7.1"

Is your application server multi-threaded (such as puma and unicorn) or is it multi-process (such as thin and webrick)?

Puma Version 3.3.0

What are the contents of config/initializers/ember.rb?

EmberCli.configure do |c| c.app :frontend, build_timeout: 25 end

What are the contents of the Rails' view that renders the Ember application?

I don't have a view override set up at this time.

How are the EmberCLI-related routes defined?

mount_ember_app :frontend, to: "/frontend"

How is the application deployed? heroku

jaredgalanis commented 8 years ago

Closing as I'm now noticing that the addon has a separate git repo and the current version is 0.7.1. Note, that I'm still having the same issues described in #472.

jaredgalanis commented 8 years ago

One correction. Updating the addon to 0.7.1 did fix the deprecation warning or ember-cli-rails-addon.