Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actualizar ember-adjustable-number porque emite warning al compilar #33

Closed
hugoruscitti opened this issue Aug 17, 2016 · 0 comments
Closed
Assignees

Comments

@hugoruscitti
Copy link
Contributor

Cuando se inicia la compilación aparece el mensaje:

DEPRECATION: Overriding init without calling this._super is deprecated. Please call `this._super.init && this._super.init.apply(this, arguments);` addon: `ember-cli-htmlbars`
    at Function.Addon.lookup (/Users/hugoruscitti/proyectos/huayra/huayra-ritmos/node_modules/ember-cli/lib/models/addon.js:896:27)

Que si bien parece un problema de ember-cli-htmlbars, en realidad es un problema de una de nuestras dependencias (ember-adjustable-number), según se comenta en este issue: ember-cli/ember-cli-htmlbars#77

> npm ls ember-cli-htmlbars
huayra-ritmos@0.9.1 /Users/hugoruscitti/proyectos/huayra/huayra-ritmos
├─┬ ember-adjustable-number@0.1.2
│ └── ember-cli-htmlbars@0.7.6 
└── ember-cli-htmlbars@1.0.11

Debería actualizar ember-adjustable-number para que use la versión nueva de htmlbars.

@hugoruscitti hugoruscitti self-assigned this Aug 17, 2016
@hugoruscitti hugoruscitti changed the title Actualizar ember-adjustable-number porque warning error al compilar Actualizar ember-adjustable-number porque emite warning al compilar Aug 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant