error tether module not resolve
See original GitHub issueI have this error when import and run my angular/angular2-seed app
trigger.js:3 Uncaught Error: Cannot find module "tether"webpackMissingModule @ trigger.js:3(anonymous function) @ trigger.js:3__webpack_require__ @ bootstrap c18197d…:50(anonymous function) @ directives.js:3__webpack_require__ @ bootstrap c18197d…:50(anonymous function) @ ng-lightning.js:28__webpack_require__ @ bootstrap c18197d…:50(anonymous function) @ app.ts:4__webpack_require__ @ bootstrap c18197d…:50(anonymous function) @ main.browser.ts:7__webpack_require__ @ bootstrap c18197d…:50(anonymous function) @ main.bundle.js:6__webpack_require__ @ bootstrap c18197d…:50webpackJsonpCallback @ bootstrap c18197d…:21(anonymous function) @ main.bundle.js:1 client:45 [WDS] Errors while compiling. client:47 ./~/ng-lightning/popovers/trigger.js Module not found: Error: Cannot resolve module 'tether' in C:\Users\e.begovic\WebstormProjects\ng2seed\angular2-seed\node_modules\ng-lightning\popovers
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top GitHub Comments
Yes, your
npm
script script should have warned about an unmet peer dependency, but I think we should document it better 😦That’s true, you should include the CSS framework yourself either from the SASS source files or their minified/bundled version. It’s your choice. BTW you can see the source of our demo page in case that helps.
@istiti Thx and I’m happy you found the solution 👍
Closing as this is not an issue with our codebase.