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
This is causing ember-cli/ember-cli#7371, where people are using npm to install handlebars as a transitive dependency but apparently npm is not installing the optional uglify-js dependency (anymore?) which makes the import fail.
This is causing ember-cli/ember-cli#7371, where people are using
npmto installhandlebarsas a transitive dependency but apparentlynpmis not installing the optionaluglify-jsdependency (anymore?) which makes the import fail.