Closed BenjaminHorn closed 8 years ago
What version of cli are you using? I encountered this as well using ember-cli v2.5. Have a fix (which is to remove the ES6 syntax) and will make a PR asap.
I believe this depends on node version
could be true. I am using node v0.12.4 and ember-cli 2.5 and experienced the same issue. There is a PR with the fix now.
@rliebeskind I am saying that the fix would be to use a newer version of node. Is there a reason you need to be on that specific node version?
@rwwagner90 That may be a solution. I believe the fix in my PR will work with current and previous versions of Node. Isn't that better?
@rliebeskind just trying to understand why you wouldn't want to update node? There are several things like this that will bite you, probably with several addons, and rather than fixing them all, updating may be helpful. The PR is probably fine, but trying to help you out on upgrading here 😄
@rwwagner90 thanks very much for the information. I will keep it in mind. Indeed, at the moment I do not want to shake the version tree...
@rwwagner90 my node version must be the problem. but for backward compatibility I think the PR should be merged.
@BenjaminHorn going to keep this open until the PR is merged
after
ember install ember-fullcalendar
I am gettingLooks like arrow functions are not supported. https://github.com/scoutforpets/ember-fullcalendar/blob/master/blueprints/ember-fullcalendar/index.js#L5