python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I upgrade ember 2.7 to 3.28?
My team inherited an old (around 2017) ember.js based project, and we need to choose between remake the project with vue, or just upgrade ember version.
The project use node 6.16, and here are the dep...
holyris
Votes: 0
Answers: 1
Build Error (broccoli-persistent-filter:EslintValidationFilter) in test-helper.js
I'm sorry if this has been asked but I'm struggling to find a fix and really could do with some help. It has been a while since I last created a fresh ember project, but after creating a new project a...
John Dean
Votes: 0
Answers: 1
Serving a project in Ember using `ember s` triggers file changed
So, I am serving an Ember using ember s command. Even though I do not make any changes to the code I keep seeing the entry file changed <fileName> in the server startup log, this makes the serve...
Jegadish AM
Votes: 0
Answers: 0
Eslint custom rule - Is it possible to find a variable value defined in ember component?
For example, I want to restrict a specific class name usage across my product.
So, I had blocked that class name usage from .hbs files as template lint rules.
But, that classnames are being used as co...
Gokula Kannan
Votes: 0
Answers: 0