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.

`needs` not resolving after module change

See original GitHub issue

https://github.com/emberjs/ember-qunit/compare/v2.1.0...v0.4.23

Prior to this^ change, the module variable would always be declared with a Constructor and now it begins as undefined and is assigned a value inside the setup function.

It seems this has broken the needs in my tests, which aren’t being properly resolved, I think as a result of the module not receiving the description either at all or not at the right time?

for now (if you’re running into this issue) you should be able to just shrinkwrap or pin the version of q-unit to 4.22, and things should go green again.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:3
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

6reactions
trentmwilliscommented, Apr 10, 2017

We’ve reverted the changes introduced in 0.4.23 and released 0.4.24, which should fix any problems introduced by that release.

6reactions
trentmwilliscommented, Apr 6, 2017

Apologies to everyone affected, I’m looking into and will hopefully have a fix shortly

Read more comments on GitHub >

github_iconTop Results From Across the Web

Module not found: Error: Can't resolve 'util' in webpack
The main problem is with Webpack 5. It doesn't preload the polyfill of Node.js. I see that this issue can help you.
Read more >
Module path maps are not resolved in emitted code #10866
Typescript is finding the right module, but in the emitted code, the module path is left as-is instead of applying the path aliases...
Read more >
Disabled modules are broken beyond repair so the ... - Drupal
In an as abstract and modular system as Drupal is today, disabling a module factually means to uninstall it step by step under...
Read more >
Documentation - Module Resolution - TypeScript
Module resolution is the process the compiler uses to figure out what an import refers to. Consider an import statement like import {...
Read more >
Module Resolution | Metro - Meta Open Source
Metro needs to know where in your project to load the react-native module from. This will typically resolve to something like node_modules/react ...
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