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:
ember new ember-web-component-container-demo
cd ember-web-component-container-demo
ember install ember-web-component-container
- Remove
<link> tags from app/index.html
- Run
ember serve and open in Chrome
I'm trying to use the latest version published to NPM in a newly created Ember application but facing this run-time issue:
I followed the documentation. Done these steps:
ember new ember-web-component-container-democd ember-web-component-container-demoember install ember-web-component-container<link>tags fromapp/index.htmlember serveand open in Chrome