You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We started to encounter a build error from ember-key-manager since this morning.
Steps to reproduce:
Clone repo
run "npm i"
run "npm run build"
Results in the following error:
`Build Error (broccoli-persistent-filter:Babel > [Babel: ember-key-manager]) in ember-key-manager/modifiers/key-macro.ts
/Users/marius.lazar/Work/frontend/ember-key-manager/ember-key-manager/modifiers/key-macro.ts: Abstract methods can only appear within an abstract class. (28:2)`
Node v12
The text was updated successfully, but these errors were encountered:
Hi all,
We started to encounter a build error from ember-key-manager since this morning.
Steps to reproduce:
Results in the following error:
`Build Error (broccoli-persistent-filter:Babel > [Babel: ember-key-manager]) in ember-key-manager/modifiers/key-macro.ts
/Users/marius.lazar/Work/frontend/ember-key-manager/ember-key-manager/modifiers/key-macro.ts: Abstract methods can only appear within an abstract class. (28:2)`
Node v12
The text was updated successfully, but these errors were encountered: