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

addonContext.ui.writeWarnLine not found #87

Closed
cmerriga opened this issue Aug 11, 2016 · 4 comments
Closed

addonContext.ui.writeWarnLine not found #87

cmerriga opened this issue Aug 11, 2016 · 4 comments
Labels

Comments

@cmerriga
Copy link

cmerriga commented Aug 11, 2016

This appears to be new when building with 5.1.8 (8/11/2016). Reverting to 5.1.6 clears up the issue. Reply if more details are needed. Thank you!

addonContext.ui.writeWarnLine is not a function TypeError: addonContext.ui.writeWarnLine is not a function at Object.options.console.warn ([our project]\node_modules\ember-cli-babel\index.js:79:23) at Babel.optionsHash ([our project]\node_modules\ember-cli-babel\node_modules\broccoli-babel-transpiler\index.js:149:26) at Babel.cacheKeyProcessString ([our project]\node_modules\ember-cli-babel\node_modules\broccoli-babel-transpiler\index.js:186:15) at Object.module.exports.processString ([our project]\node_modules\ember-cli-babel\node_modules\broccoli-babel-transpiler\node_modules\broccoli-persistent-filter\lib\strategies\persistent.js:26:19) at Processor.processString ([our project]\node_modules\ember-cli-babel\node_modules\broccoli-babel-transpiler\node_modules\broccoli-persistent-filter\lib\processor.js:20:25) at [our project]\node_modules\ember-cli-babel\node_modules\broccoli-babel-transpiler\node_modules\broccoli-persistent-filter\index.js:231:16 at lib$rsvp$$internal$$initializePromise ([our project]\node_modules\ember-cli-babel\node_modules\broccoli-babel-transpiler\node_modules\broccoli-persistent-filter\node_modules\rsvp\dist\rsvp.js:1084:9) at new lib$rsvp$promise$$Promise ([our project]\node_modules\ember-cli-babel\node_modules\broccoli-babel-transpiler\node_modules\broccoli-persistent-filter\node_modules\rsvp\dist\rsvp.js:546:53) at invoke ([our project]\node_modules\ember-cli-babel\node_modules\broccoli-babel-transpiler\node_modules\broccoli-persistent-filter\index.js:230:10) at Babel.Filter.processFile ([our project]\node_modules\ember-cli-babel\node_modules\broccoli-babel-transpiler\node_modules\broccoli-persistent-filter\index.js:248:16)

@rwjblue
Copy link
Member

rwjblue commented Aug 12, 2016

Which ember-cli version are you using?

@rwjblue
Copy link
Member

rwjblue commented Aug 12, 2016

Looks like writeWarnLine was added in ember-cli/ember-cli#5179 which made it into ember-cli@2.2.0.

@rwjblue
Copy link
Member

rwjblue commented Aug 12, 2016

Should be fixed by #88.

@cmerriga
Copy link
Author

Great! Not to leave your earlier question hanging--we are on ember-cli 1.13.8.

@Turbo87 Turbo87 added the bug label Dec 5, 2016
siva-sundar pushed a commit to siva-sundar/ember-cli-babel that referenced this issue Feb 11, 2021
Fix expected sourcemap dataurl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants