Description
Which operating system and version is the project developed on?
Windows 8
Which version of [ruby
][ruby] is the project developed on?
2.2.4p230
Which version of [npm
][npm] is the project developed on?
3.10.8
Which version of [ember-cli
][ember-cli] is the project developed on?
2.8.0
What is the [rails
][rails] version?
5.0.0.1
What is the [ember-cli-rails
][gem] version (from Gemfile
)?
(0.8.1)
What is the [ember-cli-rails-addon
][addon] version (from package.json
)?
"0.8.0
Is your application server [multi-threaded][](such as puma
and unicorn
) or is
it multi-process (such as thin and webrick)?
The application server is puma
What are the contents of config/initializers/ember.rb
?
EmberCli.configure do |c|
c.app :frontend
end
The project on linux was running perfectly, so i deleted the node_packages and bower_components folders for my backup on cloud. When i downloaded the project, i run npm install and bower install but the error is showing up.
I already saw the folder ember-cli and .bin of node_modules, the files are in there.