question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Installation broken with Ember Octane Blueprint

See original GitHub issue
ember new ember-quickstart -b @ember/octane-app-blueprint
cd ember-quickstart/
ember install ember-cli-notifications

Installing packages... This might take a couple of minutes.
npm: Installed ember-cli-notifications
Cannot read property 'ui' of undefined


Stack Trace and Error Report: /tmp/error.dump.e623d070e33cb904187d8ce501e6e10b.log
An error occurred in the constructor for ember-css-modules at /home/evan/Documents/Code/tmp/ember-quickstart/node_modules/ember-css-modules

An error occurred in the constructor for ember-cli-notifications at /home/evan/Documents/Code/tmp/ember-quickstart/node_modules/ember-cli-notifications

ERROR Summary:

  - broccoliBuilderErrorStack: [undefined]
  - code: [undefined]
  - codeFrame: [undefined]
  - errorMessage: Cannot read property 'ui' of undefined
  - errorType: [undefined]
  - location:
    - column: [undefined]
    - file: [undefined]
    - line: [undefined]
  - message: Cannot read property 'ui' of undefined
  - name: TypeError
  - nodeAnnotation: [undefined]
  - nodeName: [undefined]
  - originalErrorMessage: [undefined]
  - stack: TypeError: Cannot read property 'ui' of undefined
    at PackageInfo.dumpInvalidAddonPackages (/home/evan/Documents/Code/tmp/ember-quickstart/node_modules/ember-cli/lib/models/package-info-cache/package-info.js:366:22)
    at Class.discoverAddons (/home/evan/Documents/Code/tmp/ember-quickstart/node_modules/ember-cli/lib/models/addon.js:487:15)
    at Class.initializeAddons (/home/evan/Documents/Code/tmp/ember-quickstart/node_modules/ember-cli/lib/models/addon.js:505:10)
    at setupRegistryForEachAddon (/home/evan/Documents/Code/tmp/ember-quickstart/node_modules/ember-cli-preprocess-registry/preprocessors.js:18:10)
    at Object.module.exports.setupRegistry (/home/evan/Documents/Code/tmp/ember-quickstart/node_modules/ember-cli-preprocess-registry/preprocessors.js:46:3)
    at Class.init (/home/evan/Documents/Code/tmp/ember-quickstart/node_modules/ember-cli/lib/models/addon.js:327:7)
    at Class.superWrapper [as init] (/home/evan/Documents/Code/tmp/ember-quickstart/node_modules/core-object/lib/assign-properties.js:34:20)
    at Class.init (/home/evan/Documents/Code/tmp/ember-quickstart/node_modules/ember-css-modules/index.js:23:42)
    at Class.superWrapper [as init] (/home/evan/Documents/Code/tmp/ember-quickstart/node_modules/core-object/lib/assign-properties.js:34:20)
    at new CoreObject (/home/evan/Documents/Code/tmp/ember-quickstart/node_modules/core-object/core-object.js:9:15)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
mansonacommented, Dec 19, 2019

@ELepolt yes the docs will also update when that is merged 👍 you can see the updated docs here: https://deploy-preview-251--ember-cli-notifications.netlify.com/

1reaction
rinoldsimoncommented, Apr 20, 2021

But the docs aren’t updated. It still says notification-messages https://ember-cli-notifications.netlify.app/

Read more comments on GitHub >

github_iconTop Results From Across the Web

Blueprint fails with ember-data version error · Issue #93 - GitHub
Following the Quickstart, generating a new Octane app from the blueprint fails during the dependency installation step. The error indicates ...
Read more >
ember-octane-blueprint
This project is licensed under the MIT License. Stats. ember install ember-octane-blueprint. 0.2.0 from 4 years ago; 53 downloads ...
Read more >
Mocking a Blog Backend with Mirage and JSON API
Mirage automatically uses Ember Data models for the backend! Isn't that awesome? Factories enable us to define “blueprints” or “templates” for our posts:...
Read more >
Learn Publishing an Add-on to NPM – Ember 2.x
[00:08:01] Look in the blueprints folder. Remember that the name of the blueprint that matches the name of the addon, that is what...
Read more >
Syncing Blueprints - Ember RFCs
This is the same as ember install ember-cli-mirage except that it stores the blueprint state for later updating. save ember-cli-update save ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found