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.

Cannot find module './doc/IJestStareConfig'

See original GitHub issue

Hi guys. I’m hitting this error: Cannot find module ‘./doc/IJestStareConfig’ Any help would be greatly appreciated. Error: Cannot find module './doc/IJestStareConfig' at Function.Module._resolveFilename (module.js:543:15) at Function.Module._load (module.js:470:25) at Module.require (module.js:593:17) at require (internal/module.js:11:18) at Object.<anonymous> (/node_modules/jest-stare/lib/processor/Config.js:5:28) at Module._compile (module.js:649:30) at Object.Module._extensions..js (module.js:660:10) at Module.load (module.js:561:32) at tryModuleLoad (module.js:501:12) at Function.Module._load (module.js:493:3) error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
caina-jumiacommented, Oct 25, 2018

Hi,

Do you have any “jest-stare” config in your package.json? Also, can you share what version you’re using of jest-stare?

I haven’t tested with yarn, but I’ll see if this is reproduceable this morning.

Thanks!

I have installed and run with yarn and works fine!

0reactions
dkeloskycommented, Oct 25, 2018

Thanks, I’ll close this for now then!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I resolve "Cannot find module" error using Node.js?
Using npm install installs the module into the current directory only (in a subdirectory called node_modules ). Is app.js located under ...
Read more >
Fix Global Installs Not Working | "Cannot find module" error FIX
Getting " Cannot find module " after installing something globally (with -g)? Well, this video shows you how to fix global package/module ...
Read more >
Solved: Cannot find module react : npm install - YouTube
Solved: Cannot find module react : npm install. 58K views 3 years ago React · CodeDocu Developer C# Asp Net Angular.
Read more >
require.resolve "Error: Cannot find module" but ... - Reddit
this is all I'm trying to do require.resolve("stream-browserify") but I get a module not found error even though I can see it exists...
Read more >
Fix error: cannot find module 'x' in Node.js or 'express'
To solve the “error: cannot find module in Node.js or express” you have to first know why this error occurs. Mostly, this error...
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