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.

error tether module not resolve

See original GitHub issue

I 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:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
bekoscommented, Jul 21, 2016

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.

0reactions
bekoscommented, Jul 22, 2016

@istiti Thx and I’m happy you found the solution 👍

Closing as this is not an issue with our codebase.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Browserify or Node: Error: Cannot find module 'tether' #70
Trying to var Tether = require('tether'); and build with browserify, produces this error: Error: Cannot find module 'tether'.
Read more >
Ask Question
It was working, randomly stopped working. react-tether is installed under node_modules. package.json
Read more >
tether
A client-side library to make absolutely positioned elements attach to elements in the page efficiently.. Latest version: 2.0.0, ...
Read more >
Tethering
The Tethering module shares an Android device's internet connection with other connected client devices, which can connect to tethering devices over Wi-Fi, ...
Read more >
expose-loader
If moduleLocalName is not specified, it exposes the entire module to the global object, otherwise it exposes only the value of moduleLocalName ....
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