Skip to content

Could not find module ember-web-component-container/create-web-components #7

@jelhan

Description

@jelhan

I'm trying to use the latest version published to NPM in a newly created Ember application but facing this run-time issue:

Uncaught Error: Could not find module `ember-web-component-container/create-web-components` imported from `(require)`
    at missingModule (loader.js:247)
    at findModule (loader.js:258)
    at requireModule (loader.js:24)
    at register-components.js:2

I followed the documentation. Done these steps:

  1. ember new ember-web-component-container-demo
  2. cd ember-web-component-container-demo
  3. ember install ember-web-component-container
  4. Remove <link> tags from app/index.html
  5. Run ember serve and open in Chrome

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions